Skip to content

StateHistory

Unofficial

Captured state of a workspace leaf for history navigation.

Import:

import type { StateHistory } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface StateHistory

Properties

PropertyTypeDescription
eStateStateHistoryEphemeralStateEphemeral cursor state within obsidian#Editor of leaf.
icon?stringIcon of the leaf.
leafHistory?StateHistoryLeafHistoryHistory of previous and future states of leaf.
parentId?stringId of parent to which the leaf belonged.
rootId?stringId of root to which the leaf belonged.
stateViewStateLast state of the leaf.
title?stringTitle of the leaf.

Links to this page: