interface ApplicationClosingOptions {
    animate: boolean;
    closeKey: boolean;
    submitted: boolean;
}

Properties

animate: boolean

Whether to animate the close, or perform it instantaneously

closeKey: boolean

Whether the application was closed via keypress.

submitted: boolean

Is the application being closed because a form was submitted?