WorkspaceLeafHistory.updateState method
WorkspaceLeafHistory › updateState
Unofficial
Update the current state in the history.Signature:
updateState(state: WorkspaceLeafHistoryState): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| state | WorkspaceLeafHistoryState | The history state to update with. |
Returns: Promise<void> — A promise that resolves when the state is updated.