Action Sheet
open class ActionSheet(actionSheetTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, className: String? = null, init: ActionSheet.() -> Unit? = null)
An action sheet component.
Parameters
action Sheet Title
a title of the action sheet
cancelable
whether the action sheet can be canceled
animation
determines if the transitions are animated
class Name
CSS class names
init
an initializer extension function
Properties
Functions
Link copied to clipboard
fun ActionSheet.actionSheetButton(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, icon: String? = null, className: String? = null, init: ActionSheetButton.() -> Unit? = null): ActionSheetButton
DSL builder extension function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hides the action sheet.
Link copied to clipboard
Sets device back button event listener.
Link copied to clipboard
Clears device back button event listener.
Link copied to clipboard
Shows the action sheet.