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) | (None) | | executeFunction | content as String | (None) | (None) | | Operator_Convert | (None) | JSONitem | (None) | | placementToString | (None) | String | (None) | | prepareString | value as String | String | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AccessibleLabel | String | (None) | String applied to the item for Accessible Rich Internet Applications specification to assist screenreaders and other accessible technologies. | | Attributes | owner | GraffitiControlGroup | (None) | | Attributes | ID | (None) | (None) | | BadgeRounded | Boolean | (None) | Determines the corner radius of the item's badge. | | BadgeValue | String | (None) | Sets the item's badge content as text or HTML. | | Enabled | Boolean | (None) | Determines whether the user may interact with the item. | | IndicatorBackground | WebUIControl.Indicators | (None) | Indicator applied to the item's background. | | IndicatorBadge | WebSDKUIControl.Indicators | (None) | Indicator applied to the background of the item's badge. | | IndicatorForeground | WebUIControl.Indicators | (None) | Indicator applied to the foreground of the item. | | Name | String | (None) | Developer accessible name for differentiation. | | Style | GraffitiStyle | (None) | GraffitiStyle applied to the item. | | Tag | Variant | (None) | Developer accessible data storage. | | Tooltip | String | (None) | Tooltip text displayed for the item. Empty value results in no tooltip being displayed. | | TooltipPlacement | TooltipPlacements | (None) | Position of the tooltip in relation to the item. | | Visible | Boolean | (None) | Determines whether the item is visible within its parent ControlGroup. |