Avatar¶
When assigning a rule to a property of Avatar, the rule will be passed an instance of the following proxy class as an argument:
Avatar Properties¶
| Property | Type | Required |
|---|---|---|
| Image | Image | No |
| ImageText | string |
No |
| Style | string |
No |
Image¶
Image to be displayed in the avatar of the object cell.
- type: Image
ImageText¶
Text to be shown in an image container when avatar image is not present.
- type:
string
Style¶
The string value is either a style class name of Image or a
style class name of ImageText (supported CSS properties are
background-color and color).
- type:
string