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