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

PropertyTypeDescription
active?booleanWhether the leaf should be set as active.
reveal?booleanWhether the leaf should be revealed.
split?booleanWhether to create a new split for the leaf.
state?unknownThe state to set on the leaf.