<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [IdentifierResult](./x-components.identifierresult.md)

## IdentifierResult variable

This component renders an identifier result value and highlights its matching part with the query from the state. Receives as prop the [Result](./x-types.result.md) data.

**Signature:**

```typescript
_default: import("vue").DefineComponent<{
    result: {
        type: PropType<Result>;
        required: true;
    };
}, {
    query: ComputedRef<any>;
    highlightedQueryHTML: ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    result: {
        type: PropType<Result>;
        required: true;
    };
}>>, {}, {}>
```
