ActionSheetProps
The props of the ActionSheet component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Controls the popup animation. By default, the open and close animations are disabled. jsx
| |
animationDuration? |
|
Specifies the duration of the transition for the entering and closing Animation. Defaults to jsx
| |
children? |
|
Represents the children that are passed to the ActionSheet. jsx
| |
className? |
|
The CSS classes that will be rendered on the inner ActionSheet element. jsx
| |
expand? |
|
Specifies the state of the ActionSheet. jsx
| |
items? |
|
The collection of items that will be rendered in the ActionSheet. jsx
| |
navigatable? |
|
|
Specifies if the ActionSheet can be navigatable with keyboard.
Defaults to jsx
|
navigatableElements? |
|
|
Specifies the selectors of the navigatable elements inside the templates of the ActionSheet. jsx
|
onClose? |
|
Fires when the modal overlay is clicked. jsx
| |
onItemClick? |
|
Deprecated. Fires when an ActionSheet item is clicked. Use jsx
| |
onItemSelect? |
|
Fires when an ActionSheet item is clicked. jsx
| |
onOverlayClick? |
|
Deprecated. Fires when the modal overlay is clicked. Use jsx
| |
position? |
|
|
Specifies the position of the ActionSheet. jsx
|
prefixActions? |
|
Specifies the actions rendered at the start of the header. jsx
| |
style? |
|
Specifies the styles of the ActionSheet component. | |
subTitle? |
|
Specifies the text that is rendered under the title. jsx
| |
suffixActions? |
|
Specifies the actions rendered at the end of the header. jsx
| |
tabIndex? |
|
Specifies the jsx
| |
title? |
|
Specifies the text that is rendered as title. jsx
|