OnHandleChangeHandler

Public TypeAlias

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

TLShape, TLHandle, TLShapePartial

Edit this page
Last edited on 11 May 2023
OnEditEndHandlerOnResizeEndHandler