EnsureSideLeafOptions
Unofficial
Options for ensuring a side leaf exists in the workspace.
Import:
import type { EnsureSideLeafOptions } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface EnsureSideLeafOptionsProperties
| 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. |