ActionSheetItemProps
Represents the props of the Kendo UI for Vue ActionSheetItem.
Definition
Package:@progress/kendo-vue-layout
Properties
class?
string
Sets additional CSS classes to the ActionSheetItem.
content?
string | Function
Sets the content of the ActionSheetItem either as string that is pointing to a slot template of as render function.
description?
string
Specifies additional text rendered under the item's title.
disabled?
boolean
Specifies if the ActionSheet item is initially disabled.
group?
string
Defines the group of the item. Items can be segregated in two groups - top and bottom.
Each specifying whether the ActionSheet item will be rendered over the separator or under it.
icon?
string
Defines the icon rendered inside the ActionSheet item.
iconColor?
string
Defines the color of the icon or SVGIcon that is rendered inside the ActionSheet item.
iconSize?
string
Defines an size of the icon or SVGIcon that is rendered inside the ActionSheet item.
style?
object
Sets additional CSS styles to the ActionSheetItem.
svgIcon?
SVGIcon
Defines an SVGIcon to be rendered inside the ActionSheet item.
tabIndex?
number
The tabIndex of the ActionSheetItem.
title?
string
Specifies the text content of the ActionSheet item.