%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
UndoStack Property
See Also 
vdWebLibrary Namespace > ModificationHistory Class : UndoStack Property
Returns the array of the undo records.

Syntax

JScript 
public function get UndoStack : Object[]

Remarks

Each record is an object that contains the properties obj:an object , name:property name as string , value: value of object property before its change Additionally it may be an undogroup object , object that contains a boolean property with name 'undogroup'

See Also