APIDiagram Editor APIEditor APIEditor propertiesitemsDraggableOn this pageitemsDraggable infoThe property works only in the org chart and mindmap modes. The moved item is dragged with all its children. Description Optional. Enables/disables dragging the item from one parent item to anotherUsageitemsDraggable?: boolean;Default configitemsDraggable: trueExampleconst editor = new dhx.DiagramEditor(document.body, { type: "org", // org" or "mindmap" itemsDraggable: false});Change log: Added in v4.1