Optionalactions?: PopUpAction[]If true, the modal will be shown.
Optionalcentered?: booleanIf true, the modal will be centered vertically.
OptionalcloseBtn?: booleanIf true, the modal will have a close button in the footer.
The content of the modal.
OptionalcssClass?: stringThe class to apply to the modal.
OptionaldestroyOnClose?: booleanIf true, the modal will be destroyed when it is closed.
Optionaldraggable?: booleanIf true, the modal can be dragged by the title bar.
OptionalfooterContent?: ContentFooter content of the modal.
OptionalonClose?: () => voidFunction to call when the modal is closed.
Optionaltitle?: ContentThe title of the modal.
OptionaltitleCloseBtn?: booleanIf true, the modal will have a close button in the title bar.
OptionaltrackingId?: stringThe tracking ID for the modal.
Optionalwidth?: string | numberThe width of the modal.
Represents the options for a PopUp.