JSON editor
JSON editor provides the advanced options to edit JSON. The editor supports syntax formatting and highlighting.
Method | Description |
---|---|
setValue(data: object) | sets value for the component |
reset() | resets component |
setReadonly(readonly: boolean) | enables or disables a read-only mode |
focus() | sets focus on the component |
validate() | triggers component validation |
resetValidation() | resets validation |
Triggers allow you to launch certain actions upon different events.
on Init | Calls for an action on component initialization |
on Change | Calls for an action on component's change |
on Enter | Calls for an action on Enter click |
Last modified 2mo ago