Function Modal

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          __focusTrapTimeoutDelay?: number;
          anchor?: ModalAnchor;
          bodyProps?: any;
          borderless?: boolean;
          disableBackgroundDismiss?: boolean;
          disableBackgroundEventPropagation?: boolean;
          dismissOnEscape?: boolean;
          focusTrap?: boolean;
          footer?: ReactElement<any, string | JSXElementConstructor<any>> | ReactElement<any, string | JSXElementConstructor<any>>[];
          footerProps?: any;
          header?: ReactElement<any, string | JSXElementConstructor<any>> | ReactElement<any, string | JSXElementConstructor<any>>[];
          headerProps?: any;
          isVisible: boolean;
          noDocumentScrolling?: boolean;
          noOverlay?: boolean;
          onDismiss?: any;
          portal?: any;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc