ShapeDefaults.editable.tools
configurationSpecifies the toolbar tools. Provides all options that are supported for toolbar.items. If set to false, no edit tools will be displayed.
The predefined tools are:
- "edit" - The selected item can be edited.
- "delete" - The selected items can be deleted.
- "rotateClockwise" - The selected items can be rotated clockwise. The default rotation value is 90 degrees.
- "rotateAnticlockwise" - The selected items can be rotated anticlockwise. The default rotation value is 90 degrees.
shapeDefaults.editable.tools
Array`|`BooleanThe name of the tool. The built-in tools are edit, delete, rotateClockwise, and rotateAnticlockwise.
The step of the rotateClockwise and rotateAnticlockwise tools. It determines the angle at which a selected shape will be rotated when one of the tools is clicked.
Default: 90