interface DialogV1Options {
    jQuery?: boolean;
}

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.