Workspace.pushUndoHistory method
Workspace › pushUndoHistory
Unofficial
Push leaf change to historySignature:
pushUndoHistory(leaf: WorkspaceLeaf, parentID: string, rootID: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| leaf | WorkspaceLeaf | The leaf to push. |
| parentID | string | The parent ID. |
| rootID | string | The root ID. |
Returns: void