Documentation - v19.5.0-dev
    Preparing search index...
    ModalProps: Omit<DialogProps, OmittedProps> & {
        closeOnBackdropClick?: boolean;
        onClose?: () => void;
    }

    Type Declaration

    • OptionalcloseOnBackdropClick?: boolean

      Whether the modal closes when we click outside the modal

      false
      
    • OptionalonClose?: () => void

      Called when the user closes the modal