canRelinkFrom method

bool canRelinkFrom()

This predicate returns true if #relinkableFrom is true, if the layer's Layer#allowRelink is true, and if the diagram's Diagram#allowRelink is true.

This does not check Diagram#isReadOnly or Model#isReadOnly, but commands and tools should check those properties. @expose @return {boolean} true if the user may relink the From end of this link.

Implementation

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