Public typealias

Signature
type TLOnDoubleClickHandleHandler<T extends TLShape> = (
  shape: T,
  handle: TLHandle
) => TLShapePartial<T> | void
References

TLShape, TLHandle, TLShapePartial

Source

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

TLOnClickHandlerTLOnDoubleClickHandler