kvision / pl.treksoft.kvision.onsenui.dialog / alertDialog

alertDialog

(js) fun Container.alertDialog(dialogTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, rowfooter: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (AlertDialog.() -> Unit)? = null): AlertDialog

DSL builder extension function.

It takes the same parameters as the constructor of the built component.