Public typealias

Signature
type TLOnHandleDragHandler<T extends TLShape> = (
  shape: T,
  info: {
    handle: TLHandle
    initial?: T | undefined
    isPrecise: boolean
  }
) => TLShapePartial<T> | void
References

TLShape, TLHandle, TLShapePartial

Source

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

TLOnEditEndHandlerTLOnMountHandler