The goog.ui.Dialog.EventType Enum

goog.ui.Dialog.EventType

Events dispatched by dialogs.

@enum
{string}

.SELECT

Dispatched when the user closes the dialog. The dispatched event will always be of type {@link goog.ui.Dialog.Event}. Canceling the event will prevent the dialog from closing.