goog.ui.Dialog.EventProvided Bygoog.ui.Dialog.EventExtendsgoog.events.EventDialog event class. new Event( key, caption )ParameterskeystringKey identifier for the button. caption(string|Element|null)Caption on the button (might be i18nlized). 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.caption → (string|Element|null)No information.VIEW SOURCEexpand_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.key → stringNo information.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 → goog.ui.Dialog.EventTypeEvent type. Overridesgoog.events.EventVIEW SOURCE