ConnectionDefaultsEditable
Interface
Defines the connection editable options. Allows configuring which editing actions are available for connections in the diagram.
Definition
Package:@progress/kendo-angular-diagrams
Properties
drag?
boolean
Specifies if the shapes or connections can be dragged.
Default:
true
points?
boolean | ConnectionPointsEditable
Specifies whether the connection path can be reshaped by the user. When enabled, dragging a connection handle adds or updates connection points to reflect the new route. User-defined points are shown as hollow circular markers and can be removed by double-clicking them.
Default:
true
remove?
boolean
Specifies if the shapes or connections can be removed.
Default:
true