Skip to content

EditorSuggestTriggerInfo

Defined in: obsidian.d.ts:1376

Extended by

Properties

end

end: EditorPosition

Defined in: obsidian.d.ts:1386

The end position of the triggering text. This is used to position the popover.


query

query: string

Defined in: obsidian.d.ts:1391

They query string (usually the text between start and end) that will be used to generate the suggestion content.


start

start: EditorPosition

Defined in: obsidian.d.ts:1381

The start position of the triggering text. This is used to position the popover.