Skip to content

StateHistoryLeafHistory

Unofficial

Back and forward history stacks for a workspace leaf.

Import:

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

Signature:

export interface StateHistoryLeafHistory

Properties

PropertyTypeDescription
backHistoryStateHistory[]Stack of previous leaf states for back navigation.
forwardHistoryStateHistory[]Stack of forward leaf states for forward navigation.

Links to this page: