PDF Web Viewer
    Preparing search index...

    Interface DialogOverlayOptions

    interface DialogOverlayOptions {
        animationDuration?: string;
        backdropBlur?: string;
        backgroundColor?: string;
        disableBackdropClose?: boolean;
        zIndex?: number;
    }
    Index

    Properties

    animationDuration?: string
    backdropBlur?: string
    backgroundColor?: string
    disableBackdropClose?: boolean

    When true, clicking on the backdrop should NOT close the dialog.

    zIndex?: number