ActionSheetItem
An interface for the ActionSheet items.
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
The CSS classes that will be rendered on the item. Supports the type of values that are supported by ngClass. | |
cssStyle? |
|
The CSS styles that will be rendered on the item. Supports the type of values that are supported by ngStyle. | |
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 name for an existing icon in a Kendo UI theme.
The icon is rendered inside the ActionSheet item by a | |
iconClass? |
|
Defines a CSS class — or multiple classes separated by spaces — which are applied to a span element inside the ActionSheet item. Allows the usage of custom icons. | |
iconColor? |
|
Specifies the color of the icon. Available options are | |
iconSize? |
|
Specifies the size of the icon. Accepts any valid font-size value. | |
svgIcon? |
|
Defines an | |
title? |
|
Specifies the text content of the ActionSheet item. |