TLOnHandleChangeHandler

Public TypeAlias

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

TLShape, TLHandle, TLShapePartial

Edit this page
Last edited on 6 June 2023
TLOnEditEndHandlerTLOnResizeEndHandler