Skip to content

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.


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 Optional

Image

The string value is a style class name for 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