forwardsOnly property

EnumValue get forwardsOnly

This value for LinkingTool#direction indicates that users may draw new links forwards only (i.e. from "from" node to "to" node).

Implementation

static _i3.EnumValue get forwardsOnly => _i4.getProperty(
      _declaredLinkingTool,
      'ForwardsOnly',
    );
set forwardsOnly (EnumValue value)

Implementation

static set forwardsOnly(_i3.EnumValue value) {
  _i4.setProperty(
    _declaredLinkingTool,
    'ForwardsOnly',
    value,
  );
}