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