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