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

MethodDescription

setValue(data: object)

sets value for the component

reset()

resets the component to the initial value

Triggers

Triggers allow you to launch certain actions upon 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