Instantiates a new Web SDK editor object.
undefined
.Parameter two is the ID of the DOM element that will contain the Web SDK editor.
editor = new window.__editor(undefined, document.getElementById('editor-node')); editor.startup(...);
Note 1: For a more complete example of using the Web SDK editor please refer to the Editor overview page.