Skip to content

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

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2WidthString320widthstring320Component width
3HeightString240heightstring240Component height
4XStringxstringX coordinate position
5YStringystringY coordinate position
6LockBooleanOFFlockbooleanfalseWhen 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.
7Icon ColorStringiconColorstringIcon color displayed when no image is set. Added in v3.4.0.
8Background ColorStringbackgroundColorstringBackground color displayed when no image is set. Added in v3.4.0.
9Object FitSelection
1.Cover
2.Contain
3.None
CoverobjectFitstringcoverImage display method
10Cache DisabledBooleanOFFcacheDisabledbooleanfalseCache usage state for image
Added in v4.1.0.
11VisibilityBooleanONvisibilitybooleantrueComponent show/hide
12ValueString
Selection Dialog
valuestringPath of image to display
13Click EventSelection
1.None
2.NEXT UI
3.URL
4.Action
5. Detached Action
NoneEvent setting for click
Detached Action became selectable in v4.1.0.
14Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.

Event

Event nameDescription
onclickPerforms an action when clicked.