copyCursor property

String get copyCursor

The cursor to show when a drop is allowed and will result in a copy. This defaults to 'copy'. Read more about cursors at Diagram#currentCursor

Implementation

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

Implementation

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