EditorSuggestContext interface
Signature:
export interface EditorSuggestContext extends EditorSuggestTriggerInfo
Extends: EditorSuggestTriggerInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
editor | Editor | ||
end | EditorPosition | The end position of the triggering text. This is used to position the popover. (Inherited from EditorSuggestTriggerInfo) | |
file | TFile | ||
query | string | They query string (usually the text between start and end) that will be used to generate the suggestion content. (Inherited from EditorSuggestTriggerInfo) | |
start | EditorPosition | The start position of the triggering text. This is used to position the popover. (Inherited from EditorSuggestTriggerInfo) |