getReshapingBehavior method

EnumValue getReshapingBehavior(
  1. GraphObject obj
)

Get the permitted reshaping behavior for a particular reshape handle.

Implementation

_i3.EnumValue getReshapingBehavior(_i3.GraphObject obj) => _i4.callMethod(
      this,
      'getReshapingBehavior',
      [obj],
    );