getAvoidableRect method
Return the area to be avoided for this node -- the node's GraphObject#actualBounds plus the Node#avoidableMargin. @expose @param {Rect} result a Rect to be modified and returned. @return {Rect} the area in document coordinates. @since 2.2
Implementation
_i3.Rect getAvoidableRect(_i3.Rect result) => _i4.callMethod(
this,
'getAvoidableRect',
[result],
);