Skip to content

WorkspaceLeafHistoryState

Unofficial

A single state entry in a workspace leaf’s navigation history.

Import:

import type { WorkspaceLeafHistoryState } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface WorkspaceLeafHistoryState

Properties

PropertyTypeDescription
eStateunknownEphemeral editor state (cursor position, scroll, etc.).
iconIconNameIcon associated with this history entry.
stateunknownView state data for this history entry.
titlestringDisplay title for this history entry.

Links to this page: