Public typealias

Signature
type TLOnDragHandler<T extends TLShape, R = void> = (
  shape: T,
  shapes: TLShape[]
) => R
References

TLShape

Source

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

TLOnDoubleClickHandlerTLOnEditEndHandler