Skip to main content

TypeAheadConfig

TypeAheadConfig = Omit<typeaheadConfig<Dictionary>, "input" | "className" | "source"> & object

Defined in: js-api/src/widgets/types.ts:30

Type Declaration

NameTypeDescriptionDefined in
sourcetypeaheadConfig<Dictionary>["source"] | TypeAheadCallbackSourceSuggestion source: any typeahead-standalone source (local/prefetch/remote URLs), or an async callback — the way to serve suggestions from a server-side query.js-api/src/widgets/types.ts:33