@empathyco/x-components
Version:
Empathy X Components
18 lines (12 loc) • 958 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [SpellcheckButton](./x-components.spellcheckbutton.md)
## SpellcheckButton variable
A button that when pressed emits the [XEventsTypes.UserAcceptedAQuery](./x-components.xeventstypes.useracceptedaquery.md) and [XEventsTypes.UserAcceptedSpellcheckQuery](./x-components.xeventstypes.useracceptedspellcheckquery.md) events, expressing the user intention to set the spellchecked query.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{}, {
el: import("vue").Ref<HTMLElement | undefined>;
spellcheckedQuery: import("vue").ComputedRef<string>;
emitEvents: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```