JSON viewer
JSON viewer displays JSONs and objects highlighting the syntax. The component supports 3 display modes: a tree view, a code view and a preview.
Method | Description |
---|---|
setValue(data: object) | sets value for the component |
reset() | resets the component to the initial value |
Triggers allow you to launch certain actions upon different events.
on Init | Calls for an action on component initialization |
Last modified 2mo ago