linkingTool property

LinkingTool linkingTool

Gets or sets the mode-less LinkingTool, normally one of the #mouseMoveTools.

You can disable this tool by setting its Tool#isEnabled property to false.

Implementation

_i3.LinkingTool get linkingTool => _i4.getProperty(
      this,
      'linkingTool',
    );
void linkingTool=(LinkingTool value)

Implementation

set linkingTool(_i3.LinkingTool value) {
  _i4.setProperty(
    this,
    'linkingTool',
    value,
  );
}