kvision / pl.treksoft.kvision.onsenui.dialog / actionSheet

actionSheet

(js) fun Container.actionSheet(actionSheetTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (ActionSheet.() -> Unit)? = null): ActionSheet

DSL builder extension function.

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