Skip to content

SerializedWorkspaceLeafHistory

Unofficial

Serialized form of a workspace leaf’s navigation history for persistence.

Import:

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

Signature:

export interface SerializedWorkspaceLeafHistory

Properties

Property Type Description
backHistory WorkspaceLeafHistoryState[] List of previous navigation states.
forwardHistory WorkspaceLeafHistoryState[] List of forward navigation states (after going back).

Links to this page: