OnAutocompleteErrorCallback
Signature
export type OnAutocompleteErrorCallback<ValueType extends string | number = string | number> = (interaction: AutocompleteInteraction<boolean, ValueType>, error: unknown) => any;Members
This export does not declare public properties or methods in the generated declaration file.