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