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