# GraffitiListGroupItem
Class
## Enumerations
| Name | Value | Description |
| --- | :---: | --- |
| Alignments | Left <br> Right | Supported item alignment values. |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Content as String | (None) | Creates a new instance of the class. |
| Constructor | container as WebContainer | (None) | Creates a new instance of the class. |
| Attributes | Hidden | toJSON | |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Alignment | Alignments | Nil | Determines alignment of elements within the item's display. |
| Attributes | mEnabled | Boolean | |
| Attributes | ID | Nil | |
| Attributes | mID | String | |
| Attributes | mParent | GraffitiUpdateInterface | |
| Badge | String | Nil | Badge text to display. Hidden when empty. |
| BadgeIndicator | WebUIControl.Indicators | Nil | Bootstrap indicator to apply to the badge. |
| BadgeIsPill | Boolean | Nil | When True, the badge will display with more rounded edges. |
| BadgeStyle | GraffitiStyle | Nil | GraffitiStyle to apply to the badge. |
| Container | WebContainer | Nil | WebContainer that replaces the item's display area within the browser. |
| Content | String | Nil | Content of the item. Hidden when empty. |
| ContentIndicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the content text. |
| ContentStyle | GraffitiStyle | Nil | GraffitiStyle applied to the content text. |
| Enabled | Boolean | Nil | Determines whether the user can select and interact with this item. |
| Footer | String | Nil | Text displayed at the bottom of the item. Hidden when empty. |
| FooterIndicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the footer text. |
| FooterStyle | GraffitiStyle | Nil | GraffitiStyle applied to the footer text. |
| Indicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the item's display area. |
| Style | GraffitiStyle | Nil | GraffitiStyle applied to the item's display area. |
| Tag | Variant | Nil | Developer storage. |
| Title | String | Nil | Title of the item. Hidden when empty. |
| TitleIndicator | WebUIControl.Indicators | Nil | Bootstrap indicator applied to the title text. |
| TitleStyle | GraffitiStyle | Nil | GraffitiStyle applied to the title text. |
| Tooltip | String | Nil | Text to display in tooltip when the user hovers their mouse over or selects an item. |