@empathyco/x-components
Version:
Empathy X Components
23 lines (14 loc) • 1.14 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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. |