MLightCAD
    Preparing search index...

    Options for constructing a AcUiDialog.

    interface AcUiDialogOptions {
        closeLabel?: string;
        closeOnBackdrop?: boolean;
        closeOnEscape?: boolean;
        dialogClassName?: string;
        host?: HTMLElement;
        theme?: AcEdUiTheme;
        title: string;
        titleId?: string;
    }
    Index

    Properties

    closeLabel?: string

    Accessible label for the header close button.

    "Close"

    closeOnBackdrop?: boolean

    Whether clicking the backdrop closes the dialog.

    true

    closeOnEscape?: boolean

    Whether pressing Escape closes the dialog.

    true

    dialogClassName?: string

    Extra CSS class names applied to the dialog panel.

    host?: HTMLElement

    Host element that receives the backdrop.

    document.body

    theme?: AcEdUiTheme

    UI theme tokens applied to the backdrop. When omitted, resolved from the host / document via resolveUiTheme.

    title: string

    Dialog title shown in the header.

    titleId?: string

    Optional id for the title element (used by aria-labelledby).

    auto-generated unique id