UNPKG

@empathyco/x-components

Version:
21 lines (12 loc) 634 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [query](./x-components.querystate.query.md) | | string | The query of the module. Different modules may have queries that differ in value or time. |