TLResizeShapeOptions

See source code
type TLResizeShapeOptions = Partial<{
  dragHandle: TLResizeHandle;
  initialBounds: Box;
  initialPageTransform: MatLike;
  initialShape: TLShape;
  isAspectRatioLocked: boolean;
  mode: TLResizeMode;
  scaleAxisRotation: number;
  scaleOrigin: VecLike;
  skipStartAndEndCallbacks: boolean;
}>;
Prev
TLResizeMode
Next
TLSelectionHandle