Session.addWordToSpellCheckerDictionary method
Session › addWordToSpellCheckerDictionary
Unofficial
Writes the word to the custom dictionary. Does not work on non-persistent (in-memory) sessions.Signature:
addWordToSpellCheckerDictionary(word: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| word | string | The word to add. |
Returns: boolean — Whether the word was successfully written to the custom dictionary.