search

goog.spell.SpellCheck.WordChangedEvent

Provided By
Extends

Object representing a word changed event. Fired when the status of a word changes.

new WordChangedEvent( target, word, status )

Parameters
target(goog.spell.SpellCheck|null)

Spellcheck object initiating event.

wordstring

Word to set status for.

statusgoog.spell.SpellCheck.WordStatus

Status of word.

Instance Methods

Instance Properties