- Preparing search index...
- The search index is not available
@fold-dev/core
- Modal(props): ReactElement<any, string | JSXElementConstructor<any>>
-
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>>
NOTE: Exotic components are not callable.