GraffitiSuite Docs
Docs
Graffitistepbaritem
Loading document parsing libraries...
# GraffitiStepBarItem Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Icon as String <br> Content as String | (None) | Creates a new instance of the class. | | Attributes | Hidden = True | toJavaScript | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mParent | GraffitiUpdateInterface | | | Attributes | mID | String | | | BadgeIndicator | WebUIControl.Indicators | Nil | | | BadgeStyle | GraffitiStyle | Nil | | | BadgeText | String | Nil | | | Content | String | Nil | Text displayed for this step. | | ContentIndicatorBackground | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's background. | | ContentIndicatorBackgroundActive | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's background while selected. | | ContentIndicatorForeground | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's content. | | ContentIndicatorForegroundActive | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's content while selected. | | ContentStyle | GraffitiStyle | Nil | Style applied to content. | | ContentStyleActive | GraffitiStyle | Nil | Style applied to content when active. | | Icon | String | Nil | Icon displayed in the step's shape indicator. | | IconIndicatorBackground | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's icon background. | | IconIndicatorBackgroundActive | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's icon background while active. | | IconIndicatorForeground | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's icon foreground. | | IconIndicatorForegroundActive | WebUIControl.Indicators | Nil | Bootstrap Indicator applied to the item's icon foreground while active. | | IconStyle | GraffitiStyle | Nil | Style applied to the icon. | | IconStyleActive | GraffitiStyle | Nil | Style applied to the icon while the step is active. | | Indicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the step. | | IndicatorActive | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the step when it is active. | | Style | GraffitiStyle | Nil | GraffitiStyle applied to the step. | | StyleActive | GraffitiStyle | Nil | GraffitiStyle applied to the step when it is active. | | Tag | Variant | Nil | Developer data storage. |