GraffitiSuite Docs
Docs
Graffitikanbanavatar
Loading document parsing libraries...
# GraffitiKanbanAvatar Class ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | image as Picture <br> tooltip as String = "" | (None) | (None) | | Constructor | url as String <br> tooltip as String = "" | (None) | (None) | | Constructor | file as WebFile <br> tooltip as String = "" | (None) | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | ID | String | (None) | | Attributes | mParent | GraffitiKanbanItem | (None) | | File | WebFile | (None) | WebFile of an image to display as the avatar for this item | | Image | Picture | (None) | Picture object to display as the avatar for this item | | Style | GraffitiStyle | (None) | GraffitiStyle applied to this avatar image. | | Tooltip | String | (None) | Tooltip or alt text of the avatar image | | URL | String | (None) | External URL to an image for display |