Home > @yext/search-ui-react > SpellCheckProps
The props for the SpellCheck() component.
Signature:
export interface SpellCheckProps
Property | Type | Description |
---|---|---|
customCssClasses? | SpellCheckCssClasses | (Optional) CSS classes for customizing the component styling. |
onClick? | (data: { correctedQuery: string; verticalKey: string; }) => void | (Optional) A function which is called when a spell check suggestion is clicked. |