ActionSheetItem
Represents the configuration for an ActionSheet item.
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
Specifies the CSS classes to apply to the item. Supports all value types accepted by | |
cssStyle? |
|
Specifies the CSS styles to apply to the item. Supports all value types accepted by | |
description? |
|
Sets additional text rendered below the item's title. | |
disabled? |
|
|
Specifies whether the ActionSheet item is initially disabled. |
group? |
|
Specifies the group for the item. Use | |
icon? |
|
Defines the name of an existing font icon to render inside the item. The icon is rendered in a | |
iconClass? |
|
Defines one or more CSS classes to apply to a span element inside the item. Allows using custom icons. | |
iconColor? |
|
Sets the color of the icon. Accepts | |
iconSize? |
|
Defines the size of the icon. Accepts any valid CSS font-size value. | |
svgIcon? |
|
Defines an | |
title? |
|
Specifies the text content of the ActionSheet item. |