GraffitiControlGroupItem

Enumerations #

NameValues
TooltipPlacementsAuto
Bottom
Right
Left
Top

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

This class exposes no methods.

Properties #

NameTypeDefault ValueDescription
AccessibleLabelString“”String applied to the item for Accessible Rich Internet Applications specification to assist screenreaders and other accessible technologies.
BadgeRoundedBooleanFalseDetermines the corner radius of the item’s badge.
BadgeValueString“”Sets the item’s badge content as text or HTML.
EnabledBooleanTrueDetermines whether the user may interact with the item.
IndicatorBackgroundWebSDKUIControl.IndicatorsDefaultIndicator applied to the item’s background.
IndicatorBadgeWebSDKUIControl.IndicatorsPrimaryIndicator applied to the background of the item’s badge.
IndicatorForegroundWebSDKUIControl.IndicatorsDefaultIndicator applied to the foreground of the item.
NameString“”Developer accessible name for differentiation.
StyleGraffitiStyleNilGraffitiStyle applied to the item.
TagVariantNilDeveloper accessible data storage.
TooltipString“”Tooltip text displayed for the item. Empty value results in no tooltip being displayed.
TooltipPlacementsTooltipPlacementsAutoPosition of the tooltip in relation to the item.
VisibleBooleanTrueDetermines whether the item is visible within its parent ControlGroup.

Notes #

Creation #

GraffitiControlGroupItem’s constructor is inaccessible as instances should be created of subclasses. There will never be a need to create a GraffitiControlGroupItem instance directly.