Optional
actions?: PopUpAction[]If true, the modal will be shown.
Optional
centered?: booleanIf true, the modal will be centered vertically.
Optional
closeBtn?: booleanIf true, the modal will have a close button in the footer.
The content of the modal.
Optional
cssClass?: stringThe class to apply to the modal.
Optional
destroyOnClose?: booleanIf true, the modal will be destroyed when it is closed.
Optional
footerContent?: ContentFooter content of the modal.
Optional
onClose?: () => voidFunction to call when the modal is closed.
Optional
title?: ContentThe title of the modal.
Optional
titleCloseBtn?: booleanIf true, the modal will have a close button in the title bar.
Optional
trackingId?: stringThe tracking ID for the modal.
Optional
width?: string | numberThe width of the modal.
Represents the options for a PopUp.