<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`EditorSuggestTriggerInfo`](EditorSuggestTriggerInfo) ## EditorSuggestTriggerInfo interface 0.12.17 **Signature:** ```typescript export interface EditorSuggestTriggerInfo ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [`end`](EditorSuggestTriggerInfo/end) | | [`EditorPosition`](EditorPosition) | The end position of the triggering text. This is used to position the popover. | | [`query`](EditorSuggestTriggerInfo/query) | | <code>string</code> | They query string (usually the text between start and end) that will be used to generate the suggestion content. | | [`start`](EditorSuggestTriggerInfo/start) | | [`EditorPosition`](EditorPosition) | The start position of the triggering text. This is used to position the popover. |