canReshape method
This predicate returns true if #reshapable is true, if the layer's Layer#allowReshape is true, and if the diagram's Diagram#allowReshape is true.
This does not check Diagram#isReadOnly or Model#isReadOnly, but commands and tools should check those properties. @expose @return {boolean} true if the user may reshape this part.
Implementation
_i2.bool canReshape() => _i4.callMethod(
this,
'canReshape',
[],
);