@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 791 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [QueryState](./x-components.querystate.md)
## QueryState interface
Query state type, containing a property to hold the current query of the module.
**Signature:**
```typescript
export interface QueryState
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[query](./x-components.querystate.query.md)
</td><td>
</td><td>
string
</td><td>
The query of the module. Different modules may have queries that differ in value or time.
</td></tr>
</tbody></table>