UNPKG

@empathyco/x-components

Version:
18 lines (12 loc) 958 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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<{}>>, {}, {}> ```