GraffitiSuite Docs
Docs
Graffitithumblistitem
Loading document parsing libraries...
# GraffitiThumbListItem Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Sub | Constructor | (None) | Signature for creating a new item. | | Sub | Constructor | (None) | Signature for creating a new item. | | Function | toJSON | As | | ## 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 | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | Nil | | | Private | As | 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. |