ActionSheetProps
The props of the ActionSheet component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Controls the popup animation. By default, the animation is enabled. | |
animationDuration? |
|
Specifies the duration of the transition for the entering and closing Animation. Defaults to | |
className? |
|
The CSS classes that will be rendered on the inner ActionSheet element. | |
content? |
|
Sets the content content of the ActionSheet either as string that is pointing to a slot template of as render function. | |
contentClassName? |
|
The CSS classes that will be rendered on the DOM element that wraps the content section of the ActionSheet element. | |
expand? |
|
Specifies the state of the ActionSheet. | |
footer? |
|
Sets the footer content of the ActionSheet either as string that is pointing to a slot template of as render function. | |
footerClassName? |
|
The CSS classes that will be rendered on the DOM element that wraps the footer section of the ActionSheet element. | |
header? |
|
Sets the header content of the ActionSheet either as string that is pointing to a slot template of as render function. | |
headerClassName? |
|
The CSS classes that will be rendered on the DOM element that wraps the header section of the ActionSheet element. | |
headerStyle? |
|
The custom Styles that will be applied on the DOM element that wraps the header section of the ActionSheet element. | |
item? |
|
Sets the item content of the ActionSheet either as string that is pointing to a slot template of as render function. | |
items? |
|
The collection of items that will be rendered in the ActionSheet. | |
navigatable? |
|
Specifies if the ActionSheet can be navigatable with keyboard.
Defaults to | |
navigatableElements? |
|
Specifies the selectors of the navigatable elements inside the templates of the ActionSheet. | |
onClose? |
|
Fires when the modal overlay is clicked. | |
onItemselect? |
|
Fires when an ActionSheet item is clicked. | |
subTitle? |
|
Specifies the text that is rendered under the title. | |
tabIndex? |
|
Specifies the | |
title? |
|
Specifies the text that is rendered as title. |