Skip to content

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): boolean

Parameters:

Parameter Type Description
word string The word to add.

Returns: booleanWhether the word was successfully written to the custom dictionary.