<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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>
```
