Vue Diagram - editing

Specifies which editing operations a user can perform.

Selector: DxEditing
Type:

Object

Default Value: {}

allowAddShape

Specifies whether a user can add a shape.

Selector: allow-add-shape
Type:

Boolean

Default Value: true

allowChangeConnection

Specifies whether a user can change a connection.

Selector: allow-change-connection
Type:

Boolean

Default Value: true

allowChangeConnectorPoints

Specifies whether a user can change connector points.

Selector: allow-change-connector-points
Type:

Boolean

Default Value: true

allowChangeConnectorText

Specifies whether a user can change a connector's text.

Selector: allow-change-connector-text
Type:

Boolean

Default Value: true

allowChangeShapeText

Specifies whether a user can change a shape's text.

Selector: allow-change-shape-text
Type:

Boolean

Default Value: true

allowDeleteConnector

Specifies whether a user can delete a connector.

Selector: allow-delete-connector
Type:

Boolean

Default Value: true

allowDeleteShape

Specifies whether a user can delete a shape.

Selector: allow-delete-shape
Type:

Boolean

Default Value: true

allowMoveShape

Specifies whether a user can move a shape.

Selector: allow-move-shape
Type:

Boolean

Default Value: true

allowResizeShape

Specifies whether a user can resize a shape.

Selector: allow-resize-shape
Type:

Boolean

Default Value: true