Information about a misspelled word.
{
isDuplicate: <Boolean>,
isIgnored: <Boolean>,
length: <Number>,
number: <Number>,
start: <Number>,
text: <String>
} Introduced: X18.
| Property | Description |
|---|---|
| is |
A value which marks the misspelled word as duplicate. |
| is |
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. |