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

    Interface DialogV1Options

    interface DialogV1Options {
        jQuery?: boolean;
    }
    Index

    Properties

    Properties

    jQuery?: boolean

    Whether to provide jQuery objects to callback functions (if true) or plain HTMLElement instances (if false). This is currently true by default but in the future will become false by default.