ActionSheetItemProps
Represents the props of the Kendo UI for Vue ActionSheetItem.
| Name | Type | Default | Description | 
|---|---|---|---|
| class? | 
 | Sets additional CSS classes to the ActionSheetItem. | |
| content? | 
 | Sets the content of the ActionSheetItem either as string that is pointing to a slot template of as render function. | |
| description? | 
 | Specifies additional text rendered under the item's title. | |
| disabled? | 
 | Specifies if the ActionSheet item is initially disabled. | |
| group? | 
 | Defines the group of the item. Items can be segregated in two groups -  | |
| icon? | 
 | Defines the icon rendered inside the ActionSheet item. | |
| iconColor? | 
 | Defines the color of the icon or SVGIcon that is rendered inside the ActionSheet item. | |
| iconSize? | 
 | Defines an size of the icon or SVGIcon that is rendered inside the ActionSheet item. | |
| style? | 
 | Sets additional CSS styles to the ActionSheetItem. | |
| svgIcon? | 
 | Defines an SVGIcon to be rendered inside the ActionSheet item. | |
| tabIndex? | 
 | The tabIndex of the ActionSheetItem. | |
| title? | 
 | Specifies the text content of the ActionSheet item. |