changeObjectHeight
constchangeObjectHeight:TransformActionHandler
Defined in: controls/changeWidth.ts:71
Action handler to change object’s height
Needs to be wrapped with wrapWithFixedAnchor to be effective
You want to use this only if you are building a new control handler and you want
to reuse some logic. use “changeHeight” if you are looking to just use a control for height
eventData
javascript event that is doing the transform
transform
javascript object containing a series of information around the current transform
x
current mouse x position, canvas normalized
y
current mouse y position, canvas normalized
Returns
Section titled “Returns”true if some change happened