MeshFlow Core API / MeshFlowHistory
Type Alias: MeshFlowHistory
MeshFlowHistory =
object
Defined in: types/types.ts:99
Properties
CreateHistoryAction
CreateHistoryAction: (
metadata,cb) =>object
Defined in: types/types.ts:105
Parameters
metadata
[{ path: string; value: any; }, { path: string; value: any; }]
cb
any
Returns
object
redoAction
redoAction: () =>
any
Returns
any
undoAction
undoAction: () =>
any
Returns
any
PushIntoHistory
PushIntoHistory: (
action,cleanRedo?) =>void
Defined in: types/types.ts:104
Parameters
action
cleanRedo?
boolean
Returns
void
Redo
Redo: () =>
void
Defined in: types/types.ts:101
Returns
void
Undo
Undo: () =>
void
Defined in: types/types.ts:100
Returns
void
updateRedoSize
updateRedoSize:
any
Defined in: types/types.ts:103
updateUndoSize
updateUndoSize:
any
Defined in: types/types.ts:102