OpenViewState
Official
View state for the open action.
Import:
import type { OpenViewState } from 'obsidian';Signature:
export interface OpenViewStateProperties
| Property | Type | Description | |
|---|---|---|---|
| active? | boolean | Whether the view is active. | |
| eState? | Record<string, unknown> | The ephemeral state of the view. | |
| group? | WorkspaceLeaf | The group leaf of the view. | |
| state? | Record<string, unknown> | The state of the view. |