goog.events.ImeHandler.EventProvided Bygoog.events.ImeHandler.EventExtendsgoog.events.EventAn event fired by ImeHandler. new Event( type, reason )Parameterstypegoog.events.ImeHandler.EventTypeThe type. reason(goog.events.BrowserEvent|null)The trigger for this event. VIEW SOURCEInstance Methodsexpand_morethis.hasPropagationStopped() → booleanDefined bygoog.events.EventParametersNone.Returnsbooleantrue iff internal propagation has been stopped. VIEW SOURCEexpand_morethis.preventDefault() → voidPrevents the default action, for example a link redirecting to a url. VIEW SOURCEexpand_morethis.stopPropagation() → voidStops event propagation. VIEW SOURCEInstance Propertiesexpand_morethis.currentTarget → (Object|null|undefined)Object that had the listener attached. VIEW SOURCEexpand_morethis.defaultPrevented → booleanWhether the default action has been prevented. This is a property to match the W3C specification at #events-event-type-defaultPrevented. Must be treated as read-only outside the class. VIEW SOURCEexpand_morethis.reason → (goog.events.BrowserEvent|null)The event that triggered this. VIEW SOURCEexpand_morethis.row → ?No information.VIEW SOURCEexpand_morethis.rowNode → (Element|null|undefined)No information.VIEW SOURCEexpand_morethis.target → (Object|null|undefined)TODO(tbreisacher): The type should probably be EventTarget|goog.events.EventTarget. Target of the event. VIEW SOURCEexpand_morethis.type → stringEvent type. VIEW SOURCE