linkingCursor property

String get linkingCursor

Gets or sets the cursor used during the linking or relinking operation. This defaults to 'pointer'. Read more about cursors at Diagram#currentCursor

Implementation

_i2.String get linkingCursor => _i4.getProperty(
      this,
      'linkingCursor',
    );
set linkingCursor (String value)

Implementation

set linkingCursor(_i2.String value) {
  _i4.setProperty(
    this,
    'linkingCursor',
    value,
  );
}