Image is a component that displays images stored in the File Manager. Set the file manager path to the image you want to display.
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|
ID | string | | automatic |
Width | string | | 320 |
Height | string | | 240 |
X | string | | |
Y | string | | |
ObjectFit | select | Cover, Contain, None | Cover |
Visibility | boolean | on, off | on |
Value | string | | |
Click Event | select | None, NEXT UI, URL, ACTION | None |
Action
Item | Properties | Data Type | Options | Default value |
---|
ID | id | string | | automatic |
Width | width | string | | 320 |
Height | height | string | | 240 |
X | x | string | | |
Y | y | string | | |
ObjectFit | objectFit | string | cover, contain, none | cover |
Visibility | visibility | boolean | true, false | true |
Value | value | string | | |
Tips
Event
Event name | Description |
---|
onclick | Performs an action when clicked. |