Information about a misspelled word.

Syntax

{
   isDuplicate: <Boolean>,
   isIgnored: <Boolean>,
   length: <Number>,
   number: <Number>,
   start: <Number>,
   text: <String>
}

Introduced: X18.

Properties

Property Description
isDuplicate A value which marks the misspelled word as duplicate.
isIgnored A value which marks the misspelled word as ignored.
length The length of the misspelled word.
number The number of the misspelled word.
start The starting position of the misspelled word.
text The text of the misspelled word.