connectionPoints
Description
Optional. Enables/disables an ability to connect shapes using connection controls
info
The connectionPoints
property works only the default mode.
Usage
connectionPoints?: boolean;
Default config
connectionPoints: true
Example
const editor = new dhx.DiagramEditor("editor_container", {
type: "default", // only "default"
connectionPoints: false, // true by default
// other configurations
});
Change log: Added in v6.0