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
    • Parameters

      • transactionsToBatch: any

      Returns any

  • clearTransactionsHistory:function
    • Parameters

      • undoEntries: any
      • redoEntries: any

      Returns any

  • entry:function
    • Parameters

      • index: any

      Returns any

  • redo:function
    • Returns any

  • undo:function
    • Returns any

Generated using TypeDoc