Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 531 Bytes

search-ui-react.spellcheckprops.onclick.md

File metadata and controls

16 lines (11 loc) · 531 Bytes

Home > @yext/search-ui-react > SpellCheckProps > onClick

SpellCheckProps.onClick property

A function which is called when a spell check suggestion is clicked.

Signature:

onClick?: (data: {
        correctedQuery: string;
        verticalKey: string;
    }) => void;