GraffitiSuite Docs
Docs
Graffitithumblistitem
Loading document parsing libraries...
# GraffitiThumbListItem Class ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | Value as FolderItem <br> Text as String = "" | (None) | Signature for creating a new item. | | Constructor | Value as Picture <br> Text as String = "" | (None) | Signature for creating a new item. | | Attributes | Hidden | toJSON | | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | mEnabled | Boolean | | | Attributes | mID | String | | | Attributes | mParent | GraffitiUpdateInterface | | | Attributes | mSelected | Boolean | | | Attributes | mValueBASE64 | String | | | Enabled | Boolean | Nil | When True, the item can be interacted with. | | ID | String | Nil | | | Selected | Boolean | Nil | When True, the item is selected in the display. | | Tag | Variant | Nil | User-defined storage. | | Text | String | Nil | Caption displayed below the item's image. | | Tooltip | String | Nil | Tooltip displayed when an item is hovered. | | Value | Picture | Nil | Image value once loaded or as specified by the Constructor. | | ValueFile | FolderItem | Nil | FolderItem pointing to the image file as specified by the Constructor. |