[Go to site: main page, start]

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.