Drop either the viewer or the editor onto a screen, and bind it to a variable.
That's it.
With the editor, when a change is made, the new value automatically bubbles up to the bound variable, so there is no need to use event handlers.
There is also no need to create an input and bind the input to the editor.
Essentially makes the editor work just like a regular input.