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;
1 min read
EditorSuggest
โบ context
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;