OnDragHandler

Public TypeAlias

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

TLShape

Edit this page
Last edited on 11 May 2023
OnDoubleClickHandlerOnEditEndHandler