The event argument for a spell check related event.

Syntax

{
   text: <string>,
   misspelledWords: <MisspelledWordInfo[]>
}

Introduced: X18.

Properties

Property Description
misspelledWords An array of misspelled words.
text The text to check.