UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 1.28 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResultsConfig](./x-components.identifierresultsconfig.md) ## IdentifierResultsConfig interface Configuration options for the [IdentifierResultsXModule](./x-components.identifierresultsxmodule.md)<!-- -->. **Signature:** ```typescript export interface IdentifierResultsConfig ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [debounceInMs](./x-components.identifierresultsconfig.debounceinms.md) | | number | Debounce time measured in milliseconds used to store the identifier results module query while the user is typing a query. | | [identifierDetectionRegexp](./x-components.identifierresultsconfig.identifierdetectionregexp.md) | | string | The regex to match the query. | | [maxItemsToRequest](./x-components.identifierresultsconfig.maxitemstorequest.md) | | number | Maximum number of identifier results to request. | | [separatorChars](./x-components.identifierresultsconfig.separatorchars.md) | | string | The string with all the optional separator characters that may be placed between chars in an identifier result. |