@empathyco/x-components
Version:
Empathy X Components
19 lines (13 loc) • 873 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<{}> & Readonly<{}>, {}, {}, {
BaseSwitch: import("vue").DefineComponent<{}, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>
```