view.image
Displays an image.
Component properties
Name | Type | Description |
---|---|---|
type * | "view.image" | Set component type |
label | string | Label above the component. |
fullHeight | boolean | If |
hint | string | Hint text. |
maxWidth | number | Maximum width of the element in pixels, must be greater than |
minWidth | number | Minimum width of the element in pixels. Takes priority over |
noBorder | boolean | Controls the display of a frame around an image. By default, |
noLazyLoad | boolean | Disables lazy loading. If By default, |
popup | boolean | Specifies whether opening a full-size image with a click is allowed. By default, it is |
ratio | array | An array of two numbers that sets the relative dimensions of the sides: width (first number) to height (second number). Not valid if |
ratio[] | number | Relative size of one side. |
rotatable | boolean | If enabled, an image can be rotated. |
scrollable | boolean | When set to If Images in SVG format with no size specified always fit in their parent elements. |
url * | string | Image link. |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "view.image" | Set component type |
label | string | Label above the component. |
fullHeight | boolean | If |
hint | string | Hint text. |
maxWidth | number | Maximum width of the element in pixels, must be greater than |
minWidth | number | Minimum width of the element in pixels. Takes priority over |
noBorder | boolean | Controls the display of a frame around an image. By default, |
noLazyLoad | boolean | Disables lazy loading. If By default, |
popup | boolean | Specifies whether opening a full-size image with a click is allowed. By default, it is |
ratio | array | An array of two numbers that sets the relative dimensions of the sides: width (first number) to height (second number). Not valid if |
ratio[] | number | Relative size of one side. |
rotatable | boolean | If enabled, an image can be rotated. |
scrollable | boolean | When set to If Images in SVG format with no size specified always fit in their parent elements. |
url * | string | Image link. |
validation | condition | Validation based on condition. |