Image is a component that displays images stored in the File Manager. Set the file manager path to the image you want to display.
Property
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|
| 1 | ID | String | Auto-generated | id | string | Auto-generated | The [id] property cannot be set by actions. |
| 2 | Width | String | 320 | width | string | 320 | Component width |
| 3 | Height | String | 240 | height | string | 240 | Component height |
| 4 | X | String | | x | string | | X coordinate position |
| 5 | Y | String | | y | string | | Y coordinate position |
| 6 | Object Fit | Selection 1.Cover 2.Contain 3.None | Cover | objectFit | string | cover | Image display method |
| 7 | Visibility | Boolean | ON | visibility | boolean | true | Component show/hide |
| 8 | Value | String Selection Dialog | | value | string | | Path of image to display |
| 9 | Click Event | Selection 1.None 2.NEXT UI 3.URL 4.Action | None | | | | Event setting for click |
Event
| Event name | Description |
|---|
| onclick | Performs an action when clicked. |