Skip to content

StateHistory

Defined in: src/obsidian/internals/StateHistory.d.ts:6

Properties

eState

eState: StateHistoryEphemeralState

Defined in: src/obsidian/internals/StateHistory.d.ts:10

Ephemeral cursor state within Editor of leaf


icon?

optional icon: string

Defined in: src/obsidian/internals/StateHistory.d.ts:14

Icon of the leaf


leafHistory?

optional leafHistory: StateHistoryLeafHistory

Defined in: src/obsidian/internals/StateHistory.d.ts:18

History of previous and future states of leaf


parentId?

optional parentId: string

Defined in: src/obsidian/internals/StateHistory.d.ts:22

Id of parent to which the leaf belonged


rootId?

optional rootId: string

Defined in: src/obsidian/internals/StateHistory.d.ts:26

Id of root to which the leaf belonged


state

state: ViewState

Defined in: src/obsidian/internals/StateHistory.d.ts:30

Last state of the leaf


title?

optional title: string

Defined in: src/obsidian/internals/StateHistory.d.ts:34

Title of the leaf