Skip to main content

Image Viewer


The Image Viewer widget enables you to display an image on your UI.

Image Viewer

Image Viewer Properties

PropertyDescription
Embed URLEnter the URL of the image that needs to be displayed.
Image HeightAdjusts the height of the displayed image.
RotationSets the degree of rotation for the image. [example: When set to 50...]
Image Viewer

API Methods

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void

Event Handlers

Event handlers allow you to set triggers for various actions based on the fired events. They are as follows:

onClick

onClick - Sets the actions to be triggered when the component is clicked.