GraffitiSuite Docs
Docs
Graffitiaccordionitem
Loading document parsing libraries...
# GraffitiAccordionItem Class ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Add | button as GraffitiAccordionItemButton | (None) | | | AddAt | index as Integer <br> button as GraffitiAccordionItemButton | (None) | | | Attributes | Deprecated | button | | | ButtonAt | index as Integer | GraffitiAccordionItemButton | | | Constructor | title as String <br> content as String <br> expanded as Boolean = False | (None) | Creates a new instance of the class. | | Constructor | title as String <br> container as WebContainer <br> expanded as Boolean = False | (None) | | | IndexOf | button as GraffitiAccordionItemButton | Integer | | | LastIndex | (None) | Integer | | | Remove | button as GraffitiAccordionItemButton | (None) | | | RemoveAt | index as Integer | (None) | | | Attributes | Hidden | toJavaScript | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mExpanded | Boolean | Returns true if the item is currently expanded in the display. | | Attributes | ID | String | | | Attributes | parent | WeakRef | | | Badge | String | Nil | | | BadgeIndicator | WebUIControl.Indicators | Nil | | | BadgeStyle | GraffitiStyle | Nil | | | Container | WebContainer | Nil | | | Content | String | Nil | | | ContentIndicator | WebUIControl.Indicators | Nil | | | ContentStyle | GraffitiStyle | Nil | | | Expanded | Boolean | Nil | | | Icon | String | Nil | | | IconIndicator | WebUIControl.Indicators | Nil | | | IconStyle | GraffitiStyle | Nil | | | Tag | Variant | Nil | Developer storage. | | Title | String | Nil | | | TitleIndicator | WebUIControl.Indicators | Nil | | | TitleStyle | GraffitiStyle | Nil | |