Skip to content

ImageCell

ImageCell Properties

Property Type Required Default
Attribute string No
Image Image No
ImageIsCircular boolean No false
OnPress ActionOrRule No
Styles object No
Subtitle string No
Title string No
Visible boolean No true
_Name string No

Attribute

  • type: string

Image

The path of the image.


ImageIsCircular

  • type: boolean
  • default: false

OnPress

Action/Rule to be triggered when the image is pressed.


Styles

  • type: object with following properties.
Property Type Required Default
Image string No

Image

The string value is a style class name of Image.


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