React Diagram - editing

Specifies which editing operations a user can perform.

Selector: Editing
Type:

Object

Default Value: {}

allowAddShape

Specifies whether a user can add a shape.

Type:

Boolean

Default Value: true

allowChangeConnection

Specifies whether a user can change a connection.

Type:

Boolean

Default Value: true

allowChangeConnectorPoints

Specifies whether a user can change connector points.

Type:

Boolean

Default Value: true

allowChangeConnectorText

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

Type:

Boolean

Default Value: true

allowChangeShapeText

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

Type:

Boolean

Default Value: true

allowDeleteConnector

Specifies whether a user can delete a connector.

Type:

Boolean

Default Value: true

allowDeleteShape

Specifies whether a user can delete a shape.

Type:

Boolean

Default Value: true

allowMoveShape

Specifies whether a user can move a shape.

Type:

Boolean

Default Value: true

allowResizeShape

Specifies whether a user can resize a shape.

Type:

Boolean

Default Value: true