resizePoints
Description
Optional. Enables/disables an ability to resize shapes using resize controls
Usage
resizePoints?: boolean;
Default config
resizePoints: true
Example
const editor = new dhx.DiagramEditor("editor_container", {
type: "default", // "org" | "mindmap" | "default"
resizePoints: false, // true by default
// other configurations
});
Change log: Added in v6.0