@empathyco/x-components
Version:
Empathy X Components
27 lines (21 loc) • 970 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[](./index.md) > [@empathyco/x-components](./x-components.md) > [IdentifierResult](./x-components.identifierresult.md)
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: import("vue").ComputedRef<string>;
highlightedQueryHTML: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
result: {
type: PropType<Result>;
required: true;
};
}>>, {}, {}>
```