Public typealias

Signature
type TLOnResizeHandler<T extends TLShape> = (
  shape: T,
  info: TLResizeInfo<T>
) => Omit<TLShapePartial<T>, 'id' | 'type'> | undefined | void
References

TLShape, TLResizeInfo, TLShapePartial

Source

packages/editor/src/lib/editor/shapes/ShapeUtil.ts

TLOnResizeEndHandlerTLOnResizeStartHandler