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.
Method | Description |
---|---|
setSrc(src: string) | sets component source setting |
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