canStart method

bool canStart()

This tool may run when there is a mouse-down event on a resize handle, the diagram is not read-only and it allows resizing, the left mouse button is being used, and this tool's adornment's resize handle is at the current mouse point.

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',
      [],
    );