copyProperties method
(undocumented) Copy persistent properties from an old UndoManager to this new one. This is called by the Diagram#model property setter. @expose @param old
Implementation
void copyProperties(_i3.UndoManager old) {
_i4.callMethod(
this,
'copyProperties',
[old],
);
}