Skip to content

SetSelectionOptions

Unofficial

Options for setting a selection in the editor.

Import:

import type { SetSelectionOptions } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface SetSelectionOptions

Properties

PropertyTypeDescription
origin?stringThe origin identifier for the selection change (e.g., user action or programmatic).