Type Alias AutocompleteCallback
AutocompleteCallback: (
identifier: string,
label: string,
options?: @param {string} [options.prefix] The matched prefix that originally triggered this autocomplete menu.
,
) => any
Type Declaration
- (
identifier: string,
label: string,
options?: @param {string} [options.prefix] The matched prefix that originally triggered this autocomplete menu.
,
): any Parameters
- identifier: string
- label: string
Optionaloptions: @param {string} [options.prefix] The matched prefix that originally triggered this autocomplete menu.
Returns any
The identifier of the entry that was selected.