EditorSuggestContext

EditorSuggestContext interface

Signature:

export interface EditorSuggestContext extends EditorSuggestTriggerInfo 

Extends: EditorSuggestTriggerInfo

Properties

PropertyModifiersTypeDescription
editorEditor
endEditorPosition

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

(Inherited from EditorSuggestTriggerInfo)

fileTFile
querystring

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

(Inherited from EditorSuggestTriggerInfo)

startEditorPosition

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

(Inherited from EditorSuggestTriggerInfo)