Variable PlacesTransactions
PlacesTransactions: {
get length(): any;
get topRedoEntry(): any;
get topUndoEntry(): any;
get undoPosition(): any;
batch(transactionsToBatch: any): any;
clearTransactionsHistory(undoEntries: any, redoEntries: any): any;
entry(index: any): any;
redo(): any;
undo(): any;
}
Type declaration
-
get length(): any
-
get topRedoEntry(): any
-
get topUndoEntry(): any
-
get undoPosition(): any
-
batch:function
- batch(transactionsToBatch: any): any
-
Returns any
-
clearTransactionsHistory:function
- clearTransactionsHistory(undoEntries: any, redoEntries: any): any
-
Parameters
-
undoEntries: any
-
redoEntries: any
Returns any
-
entry:function
- entry(index: any): any
-
Returns any
-
redo:function
-
undo:function