GraffitiSuite Docs
Docs
Graffiticontrolgroupitem
Loading document parsing libraries...
# GraffitiControlGroupItem Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | TooltipPlacements | Auto <br> Bottom <br> Right <br> Left <br> Top | Supported tooltip locations relative to their parent. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | (None) | (None) | | | executeFunction | content as String | (None) | | | Operator_Convert | (None) | JSONitem | | | placementToString | (None) | String | | | prepareString | value as String | String | | | Attributes | Hidden | ToString | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AccessibleLabel | String | Nil | String applied to the item for Accessible Rich Internet Applications specification to assist screenreaders and other accessible technologies. | | Attributes | owner | GraffitiControlGroup | | | Attributes | ID | Nil | | | BadgeRounded | Boolean | Nil | Determines the corner radius of the item's badge. | | BadgeValue | String | Nil | Sets the item's badge content as text or HTML. | | Enabled | Boolean | Nil | Determines whether the user may interact with the item. | | IndicatorBackground | WebUIControl.Indicators | Nil | Indicator applied to the item's background. | | IndicatorBadge | WebSDKUIControl.Indicators | Nil | Indicator applied to the background of the item's badge. | | IndicatorForeground | WebUIControl.Indicators | Nil | Indicator applied to the foreground of the item. | | Name | String | Nil | Developer accessible name for differentiation. | | Style | GraffitiStyle | Nil | GraffitiStyle applied to the item. | | Tag | Variant | Nil | Developer accessible data storage. | | Tooltip | String | Nil | Tooltip text displayed for the item. Empty value results in no tooltip being displayed. | | TooltipPlacement | TooltipPlacements | Nil | Position of the tooltip in relation to the item. | | Visible | Boolean | Nil | Determines whether the item is visible within its parent ControlGroup. |