Skip to content

OpenViewState

Official

View state for the open action.

Import:

import type { OpenViewState } from 'obsidian';

Signature:

export interface OpenViewState

Properties

PropertyTypeDescription
active?booleanWhether the view is active.
eState?Record<string, unknown>The ephemeral state of the view.
group?WorkspaceLeafThe group leaf of the view.
state?Record<string, unknown>The state of the view.