@empathyco/x-components
Version:
Empathy X Components
60 lines (28 loc) • 877 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [DisplayWireMetadata](./x-components.displaywiremetadata.md)
## DisplayWireMetadata interface
Wire metadata specific for display wires.
**Signature:**
```typescript
export interface DisplayWireMetadata extends WireMetadata
```
**Extends:** [WireMetadata](./x-components.wiremetadata.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[displayOriginalQuery](./x-components.displaywiremetadata.displayoriginalquery.md)
</td><td>
</td><td>
string
</td><td>
The query that originated the display elements appearing.
</td></tr>
</tbody></table>