StraightEditor
Path editor for Straight connectors.
Methods
$repaint()
$repaint(
args?):void
Subclasses must implement.
Parameters
args?
any
Returns
void
Overrides
EditorBase.$repaint
deactivate()
deactivate(
e?):void
Deactivates the editor, removing all editor handles and anchor placeholders etc. May be called directly by an API user but mostly calling this method is handled internally.
Parameters
e?
Event
Returns
void
Overrides
EditorBase.deactivate
isBusy()
isBusy():
boolean
Returns whether or not the editor is in the middle of an operation - the user is dragging a handle, typically.
Returns
boolean
Inherited from
EditorBase.isBusy