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

Properties

Properties

animate: boolean

Whether to animate the close, or perform it instantaneously

closeKey: boolean

Whether the application was closed via keypress.