File
A field for file storage and display.
Method | Description |
---|---|
setValue(src: string/ file/ blob) | sets component value |
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 when a component is clicked |
Last modified 1mo ago