Image
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 | Lock | Boolean | OFF | lock | boolean | false | When ON, the component stays fixed even when the screen is scrolled. When OFF, the component moves along with the screen scroll. Added in v4.1.0. |
| 7 | Icon Color | String | iconColor | string | Icon color displayed when no image is set. Added in v3.4.0. | ||
| 8 | Background Color | String | backgroundColor | string | Background color displayed when no image is set. Added in v3.4.0. | ||
| 9 | Object Fit | Selection 1.Cover 2.Contain 3.None | Cover | objectFit | string | cover | Image display method |
| 10 | Cache Disabled | Boolean | OFF | cacheDisabled | boolean | false | Cache usage state for image Added in v4.1.0. |
| 11 | Visibility | Boolean | ON | visibility | boolean | true | Component show/hide |
| 12 | Value | String Selection Dialog | value | string | Path of image to display | ||
| 13 | Click Event | Selection 1.None 2.NEXT UI 3.URL 4.Action 5. Detached Action | None | Event setting for click Detached Action became selectable in v4.1.0. | |||
| 14 | Detached Action | Selection 1. [Detached Action ID] | detachedAction | string | Set a detached action Added in v4.1.0. |
Event
| Event name | Description |
|---|---|
| onclick | Performs an action when clicked. |