WorkspaceLeafHistoryState
Unofficial
A single state entry in a workspace leaf’s navigation history.
Import:
import type { WorkspaceLeafHistoryState } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface WorkspaceLeafHistoryStateProperties
| Property | Type | Description | |
|---|---|---|---|
| eState | unknown | Ephemeral editor state (cursor position, scroll, etc.). | |
| icon | IconName | Icon associated with this history entry. | |
| state | unknown | View state data for this history entry. | |
| title | string | Display title for this history entry. |
Links to this page: