Home > @yext/search-ui-react > SpellCheckProps > onClick
A function which is called when a spell check suggestion is clicked.
Signature:
onClick?: (data: {
correctedQuery: string;
verticalKey: string;
}) => void;
Home > @yext/search-ui-react > SpellCheckProps > onClick
A function which is called when a spell check suggestion is clicked.
Signature:
onClick?: (data: {
correctedQuery: string;
verticalKey: string;
}) => void;