UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 1.14 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResultsGetters](./x-components.identifierresultsgetters.md) ## IdentifierResultsGetters interface IdentifierResults store getters. **Signature:** ```typescript export interface IdentifierResultsGetters ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [identifierDetectionRegexp](./x-components.identifierresultsgetters.identifierdetectionregexp.md) | | RegExp | The RegExp to test against the query. | | [identifierHighlightRegexp](./x-components.identifierresultsgetters.identifierhighlightregexp.md) | | RegExp | The RegExp with the current query from the state adding the separatorChars after each matching character. | | [identifierResultsRequest](./x-components.identifierresultsgetters.identifierresultsrequest.md) | | IdentifierResultsRequest \| null | The adapter request object for retrieving the identifier suggestions, or null if there is not valid data to create a request. |