Interface PopupOptions

interface PopupOptions {
    disableMask?: boolean;
    dodgeRef?: boolean;
    focusFirst?: boolean;
    keepVisible?: boolean;
    overflow?: boolean;
    sendOnOpen?: boolean;
    type?: string;
    which?: number;
}

Hierarchy

  • PositionOptions
    • PopupOptions

Properties

disableMask?: boolean
dodgeRef?: boolean
focusFirst?: boolean
keepVisible?: boolean
overflow?: boolean
sendOnOpen?: boolean
type?: string
which?: number