@empathyco/x-components
Version:
Empathy X Components
17 lines (11 loc) • 757 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [/x-components](./x-components.md) > [HistoryQueriesSwitch](./x-components.historyqueriesswitch.md)
## HistoryQueriesSwitch variable
History Queries Switch is a component to activate or deactivate the history queries. This component emits events depending on the `isEnabled` value.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{}, {
toggle: () => void;
isEnabled: import("vue").ComputedRef<boolean>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```