backwardsOnly property

EnumValue get backwardsOnly

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

Implementation

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

Implementation

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