MCPcopy
hub / github.com/tkirda/jQuery-Autocomplete / AutocompleteOptions

Interface AutocompleteOptions

src/types.ts:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107// What consumers pass to `new Autocomplete(el, options)` and `setOptions(...)`:
108// everything is optional.
109export interface AutocompleteOptions extends Partial<DefaultedOptions>, OptionalOptionsMixin {}
110
111// What `Autocomplete.options` and `Autocomplete.defaults` hold internally after
112// merging. Defaulted fields are guaranteed present; truly optional ones aren't.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected