sesaparcours
    Preparing search index...
    interface DialogOptions {
        autoClickOnClose?: boolean;
        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

    autoClickOnClose?: boolean

    Passer true pour que la fermeture de la boîte de dialogue actionne également le bouton courant du playground (ok ou next)

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