type BreakpointCustomizable<T> = {
base: T;
xs?: T;
s?: T;
m?: T;
l?: T;
xl?: T;
xxl?: T;
};aria ariatype ModalAriaAttribute = {
'aria-label'?: string;
'role'?: string;
}undefinedbackdrop backdroptype ModalBackdrop ='blur''shading''blur'disableBackdropClick disable-backdrop-clickbooleanfalsedisableCloseButton 🚫disable-close-buttondismissButton instead.booleanundefineddismissButton dismiss-buttonbooleantruefullscreen 🛠fullscreenbooleanBreakpointCustomizable<boolean>falseheading 🚫headingheader slot instead The title of the modalstringundefinedopen openbooleanfalsetheme themetype Theme ='light''dark''auto''light'close 🚫dismiss event instead. Emitted when the component requests to be dismissed.CustomEvent<void>dismiss CustomEvent<void>motionHiddenEnd type ModalMotionHiddenEndEventDetail = TransitionEvent
CustomEvent<ModalMotionHiddenEndEventDetail>motionVisibleEnd type ModalMotionVisibleEndEventDetail = TransitionEvent
CustomEvent<ModalMotionVisibleEndEventDetail><slot name="heading"> 🚫<slot name="header"> <slot> <slot name="footer"> --p-modal-width auto--p-modal-spacing-top clamp(16px, 10vh, 192px)--p-modal-spacing-bottom clamp(16px, 10vh, 192px)