Interface ModalDialogComponentOptions

interface ModalDialogComponentOptions {
    className?: string;
    content?: ModalContent;
    description?: string;
    fillAlways?: boolean;
    label?: string;
    name?: string;
    pauseOnOpen?: boolean;
    temporary?: boolean;
    uncloseable?: boolean;
}

Hierarchy (view full)

Properties

className?: string
content?: ModalContent
description?: string
fillAlways?: boolean
label?: string
name?: string
pauseOnOpen?: boolean
temporary?: boolean
uncloseable?: boolean