Skip to content

SerializedWorkspaceLeafHistory

Unofficial

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

Import:

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

Signature:

export interface SerializedWorkspaceLeafHistory

Properties

PropertyTypeDescription
backHistoryWorkspaceLeafHistoryState[]List of previous navigation states.
forwardHistoryWorkspaceLeafHistoryState[]List of forward navigation states (after going back).

Links to this page: