70002323 Get the affected entities from the UndoHistory redo stack

Article 70002323
Type Wish
Product WebJS
Version 1002
Date Added 3/10/2023 12:00:00 AM
Fixed 10.1003.0.3 (3/10/2023 12:00:00 AM)
Submitted by Brendan Fry

Summary

Get the affected entities from the UndoHistory redo stack

Solution

Added in version 1003.0.3
You can get the affected entities from the UndoHistory redo stack using the
vdcanvas.UndoHistory().RedoStack
It returns the array of the redo records
Each record is an object that contains the properties obj:an object , name:property name as string , value: value of object property
Additionally it may be an undogroup object , object that contains a boolean property with name 'undogroup'

Send comments on this topic.