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