New to Kendo UI for AngularStart a free 30-day trial

Represents the configuration for an ActionSheet item.

Definition

Package:@progress/kendo-angular-navigation

Properties

Specifies the CSS classes to apply to the item. Supports all value types accepted by ngClass.

Specifies the CSS styles to apply to the item. Supports all value types accepted by ngStyle.

Sets additional text rendered below the item's title.

disabled?

boolean

Specifies whether the ActionSheet item is initially disabled.

Default:

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.

Defines one or more CSS classes to apply to a span element inside the item. Allows using custom icons.

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.

svgIcon?

SVGIcon

Defines an SVGIcon to render within the ActionSheet item.

title?

string

Specifies the text content of the ActionSheet item.