<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`EditorSuggest`](EditorSuggest) › [`context`](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.
0.12.17
**Signature:**
```typescript
context: EditorSuggestContext | null;
```