kvision / pl.treksoft.kvision.onsenui.dialog / alertDialogButton

alertDialogButton

(js) fun AlertDialog.alertDialogButton(content: String? = null, rich: Boolean = false, align: Align? = null, icon: String? = null, classes: Set<String>? = null, className: String? = null, init: (AlertDialogButton.() -> Unit)? = null): AlertDialogButton

DSL builder extension function.

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