Interface: CompleterResult
Result returned by a completer function.
Properties
completions
completions: string[]
Array of completion candidates.
substring?
optional substring: string
The substring being completed (used to determine how much to replace).