Optional
editorThe Editor determines how editing behaves.
The Editor.getEditHandles to create handles for editing.
2022.1
Optional
finishIndicates whether to finish editing on a single-click event, or a double click event (the default)
false
Optional
handleThe style used to draw point handles.
Optional
helperThe style used for drawing helper shapes.
Optional
mouseThe mouse interaction radius to use, in pixels.
This is the radius used for mouse events, to determine interaction with handles.
Optional
touchThe touch interaction radius to use, in pixels.
This is the radius used for touch events, to determine interaction with handles. Typically, this is larger than the mouseInteractionRadius.
Constructor options for EditController.