Interface PopupOptions

interface PopupOptions {
    popup?: null | Window;
    timeout?: number;
}

Properties

Properties

popup?: null | Window
timeout?: number

Popup response timeout in milliseconds

60000