EditorSuggestContext
Defined in: obsidian.d.ts:1368
Extends
Properties
editor
editor:
Editor
Defined in: obsidian.d.ts:1370
end
end:
EditorPosition
Defined in: obsidian.d.ts:1386
The end position of the triggering text. This is used to position the popover.
Inherited from
file
file:
TFile
Defined in: obsidian.d.ts:1372
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.
Inherited from
EditorSuggestTriggerInfo
.query
start
start:
EditorPosition
Defined in: obsidian.d.ts:1381
The start position of the triggering text. This is used to position the popover.