SetSelectionOptions
Unofficial
Options for setting a selection in the editor.
Import:
import type { SetSelectionOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface SetSelectionOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| origin? | string | The origin identifier for the selection change (e.g., user action or programmatic). |