Links
Comment on page

Image

A field to store images from a URL or uploaded directly. The field supports size adapting and cropping and accepts URLs or Base64-encoded images.

Methods

Method
Description
setSrc(src: string)
sets component source setting

Triggers

Triggers allow you to launch certain actions upon different events.
On Init
Calls for an action on component initialization, e.g., page refresh
On Click
Calls for an action on a click on a component
Last modified 1mo ago