sesaparcours
    Preparing search index...

    Interface ModalOptions

    interface ModalOptions {
        closeWithOk?: boolean;
        delay?: number;
        fullScreen?: boolean;
        fullScreenIframe?: boolean;
        inset?: string;
        maxHeight?: string;
        maxWidth?: string;
        onClose?: () => void;
        title?: string;
        withoutClose?: boolean;
        zIndex?: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    closeWithOk?: boolean
    delay?: number
    fullScreen?: boolean
    fullScreenIframe?: boolean
    inset?: string
    maxHeight?: string
    maxWidth?: string
    onClose?: () => void
    title?: string
    withoutClose?: boolean
    zIndex?: string | number