TypeAheadConfig
TypeAheadConfig =
Omit<typeaheadConfig<Dictionary>,"input"|"className"|"source"> &object
Defined in: js-api/src/widgets/types.ts:30
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
source | typeaheadConfig<Dictionary>["source"] | TypeAheadCallbackSource | Suggestion 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 |