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.
Methods
Method
Description
setValue(data: object)
sets value for the component
reset()
resets the component to the initial value
Triggers
Triggers allow you to launch certain actions based on different events.
On Init
Calls for an action on component initialization
On Focus
Calls for an action on component's focus
On Blur
Calls for an action on component's blur
Last updated