<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[identifierDetectionRegexp](./x-components.identifierresultsgetters.identifierdetectionregexp.md)


</td><td>


</td><td>

RegExp


</td><td>

The RegExp to test against the query.


</td></tr>
<tr><td>

[identifierHighlightRegexp](./x-components.identifierresultsgetters.identifierhighlightregexp.md)


</td><td>


</td><td>

RegExp


</td><td>

The RegExp with the current query from the state adding the separatorChars after each matching character.


</td></tr>
<tr><td>

[identifierResultsRequest](./x-components.identifierresultsgetters.identifierresultsrequest.md)


</td><td>


</td><td>

IdentifierResultsRequest \| null


</td><td>

The adapter request object for retrieving the identifier suggestions, or null if there is not valid data to create a request.


</td></tr>
</tbody></table>

