Md Dialog
open class MdDialog(returnValue: String? = null, type: DialogType? = null, className: String? = null, init: MdDialog.() -> Unit? = null) : MdWidget, HasActionsSlot, HasContentSlot, HasHeadlineSlot, HasIconSlot
Dialogs provide important prompts in a user flow.
See https://material-web.dev/components/dialog/
Author
Maanrifa Bacar Ali
Constructors
Properties
Link copied to clipboard
Gets the closing animation for a dialog. Set to a new function to customize the animation.
Link copied to clipboard
Gets the opening animation for a dialog. Set to a new function to customize the animation.
Link copied to clipboard
Gets or sets the dialog's return value, usually to indicate which button a user pressed to close it.