selectionDeleting property
DiagramEventHandler?
get
selectionDeleting
Implementation
_i3.DiagramEventHandler? get selectionDeleting =>
(_i3.DiagramEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'SelectionDeleting',
),
r'call',
[
this,
p0,
],
);
set
selectionDeleting
(DiagramEventHandler? value)
Implementation
set selectionDeleting(_i3.DiagramEventHandler? value) {
_i4.setProperty(
this,
'SelectionDeleting',
value == null ? _i5.undefined : _i4.allowInterop(value),
);
}