CompletionResult
Defined in: extensions/autocomplete/types.ts:116
Properties
Section titled “Properties”from:
number
Defined in: extensions/autocomplete/types.ts:118
The start of the range that’s being completed.
options
Section titled “options”options:
Completion[]
Defined in: extensions/autocomplete/types.ts:125
The completions returned by the source.
optionalto:number
Defined in: extensions/autocomplete/types.ts:123
The end of the range that will be replaced when one of the options is selected.
This is not used when sorting or filtering the options. Defaults to selectionEnd.