WorkspaceLeafHistory.pushState method
WorkspaceLeafHistory › pushState
Unofficial
Push a new state onto the back history stack.Signature:
pushState(state: WorkspaceLeafHistoryState): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| state | WorkspaceLeafHistoryState | The history state to push. |
Returns: void