APIDiagram Editor APIEditor methodspaint()On this pagepaint()DescriptionRepaints the editorUsagepaint(): void;Exampleconst editor = new dhx.DiagramEditor("editor_container");editor.parse(data);editor.paint();