EditorSuggest โ€บ context

EditorSuggest.context property

Current suggestion context, containing the result of onTrigger. This will be null any time the EditorSuggest is not supposed to run.

Signature:

context: EditorSuggestContext | null;