Skip to content

EnsureSideLeafOptions

Unofficial

Options for ensuring a side leaf exists in the workspace.

Import:

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

Signature:

export interface EnsureSideLeafOptions

Properties

Property Type Description
active? boolean Whether the leaf should be set as active.
reveal? boolean Whether the leaf should be revealed.
split? boolean Whether to create a new split for the leaf.
state? unknown The state to set on the leaf.