WarningModalProps

Props used to customize the WarningModal.

Properties

Link copied to clipboard
abstract var message: String

Message of the Modal.

Link copied to clipboard
abstract var onHide: () -> Unit

onHide prop. Execute the specified function when the hide button is clicked.

Link copied to clipboard
abstract var show: Boolean?

show prop, false by default.

Link copied to clipboard
abstract var title: String

Title of the Modal.