canStart method
This tool can run when the diagram allows selection, there has been delay of at least #delay milliseconds after the mouse-down before a mouse-move, there has been a mouse-drag far enough away not to be a click, and there is no selectable part at the mouse-down point.
The delay required to start this tool enables both this tool and the ToolManager#panningTool to co-exist as mode-less mouse-move tools.
This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {boolean}
Implementation
_i2.bool canStart() => _i4.callMethod(
this,
'canStart',
[],
);