canStart method

bool canStart()

This tool can run when the diagram allows relinking, the model is modifiable, and there is a relink handle at the mouse-down point.

This method may be overridden, but we recommend that you call this base method. @return {boolean}

Implementation

_i2.bool canStart() => _i4.callMethod(
      this,
      'canStart',
      [],
    );