EditorSuggestTriggerInfo
Interface: EditorSuggestTriggerInfo
Section titled “Interface: EditorSuggestTriggerInfo”Defined in: suggest.ts:509
Extended by
Section titled “Extended by”Properties
Section titled “Properties”end:
EditorPosition
Defined in: suggest.ts:523
The end position of the triggering text. This is used to position the popover.
query:
string
Defined in: suggest.ts:530
They query string (usually the text between start and end) that will be used to generate the suggestion content.
start:
EditorPosition
Defined in: suggest.ts:516
The start position of the triggering text. This is used to position the popover.