Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ApplicationClosingOptions

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

    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?