ImageCell¶
ImageCell Properties¶
| Property | Type | Required | Default |
|---|---|---|---|
| Attribute | string |
Optional | |
| Image | Image | Optional | |
| ImageIsCircular | boolean |
Optional | false |
| OnPress | ActionOrRule | Optional | |
| Styles | object |
Optional | |
| Subtitle | string |
Optional | |
| Title | string |
Optional | |
| Visible | boolean |
Optional | true |
| _Name | string |
Optional |
Attribute¶
- type:
string
Image¶
The path of the image.
- type: Image
ImageIsCircular¶
- type:
boolean - default:
false
OnPress¶
Action/Rule to be triggered when the image is pressed.
- type: ActionOrRule
- Formatter and Binding are not supported
Styles¶
- type:
objectwith following properties.
| Property | Type | Required | Default |
|---|---|---|---|
| Image | string |
Optional |
Image¶
The string value is a style class name for Image. It is applicable only to SAP icon or font icon types (Supported CSS properties are font-size and color).
- Image style class
Subtitle¶
- type:
string
Title¶
- type:
string
Visible¶
Only valid for static section, will be ignored in dynamic sections.
- type:
boolean - default:
true
_Name¶
- type:
string