ActionSheetItem
Represents the configuration for an ActionSheet item.
Definition
Package:@progress/kendo-angular-navigation
Properties
cssClass?
any
Specifies the CSS classes to apply to the item. Supports all value types accepted by ngClass.
cssStyle?
any
Specifies the CSS styles to apply to the item. Supports all value types accepted by ngStyle.
description?
string
Sets additional text rendered below the item's title.
disabled?
boolean
Specifies whether the ActionSheet item is initially disabled.
false
Specifies the group for the item. Use top to render the item above the separator, or bottom to render below it.
icon?
string
Defines the name of an existing font icon to render inside the item. The icon is rendered in a span.k-icon element.
iconClass?
string
Defines one or more CSS classes to apply to a span element inside the item. Allows using custom icons.
iconColor?
string
Sets the color of the icon. Accepts inherit, default, primary, secondary, tertiary, info, success, warning, error, dark, light, inverted, or any hexadecimal value.
iconSize?
string
Defines the size of the icon. Accepts any valid CSS font-size value.
title?
string
Specifies the text content of the ActionSheet item.