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

Property Type Description
eState unknown Ephemeral editor state (cursor position, scroll, etc.).
icon IconName Icon associated with this history entry.
state unknown View state data for this history entry.
title string Display title for this history entry.

Links to this page: