computeMinSize method
The effective minimum resizing size is the maximum of #minSize and the #adornedObject's GraphObject#minSize.
This is called once when the tool is activated.
This method may be overridden. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose @return {Size}
Implementation
_i3.Size computeMinSize() => _i4.callMethod(
this,
'computeMinSize',
[],
);