New to Kendo UI for AngularStart a free 30-day trial

DiagramEditable

A set of settings to configure the Diagram behavior when the user attempts to edit, delete or create shapes and connections, drag shapes, resize shapes, or rotate shapes.

NameTypeDefaultDescription

connectionTemplate?

(data: any) => string

Specifies the connection editor template.

drag?

boolean | { snap?: boolean | { size?: number; }; }

Specifies if the shapes and connections can be dragged.

remove?

boolean

Specifies if the shapes and connections can be removed.

resize?

boolean | { handles?: { fill?: string | Fill; height?: number; hover?: { fill?: string | Fill; stroke?: Stroke; }; stroke?: Stroke; width?: number; }; }

Defines the look-and-feel of the shape resizing handles.

rotate?

boolean | { fill?: Fill; stroke?: { color?: string; width?: number; }; }

Specifies whether the shapes can be rotated.

shapeTemplate?

(data: any) => string

Specifies the shape editor template.

Not finding the help you need?
Contact Support