nodropCursor property

String nodropCursor

The cursor to show when a drop is not allowed. This defaults to 'no-drop'. Read more about cursors at Diagram#currentCursor

Implementation

_i2.String get nodropCursor => _i4.getProperty(
      this,
      'nodropCursor',
    );
void nodropCursor=(String value)

Implementation

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