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