TLArrowTerminal

Public TypeAlias

Signature
type TLArrowTerminal =
  | {
      type: 'binding'
      boundShapeId: TLShapeId
      normalizedAnchor: Vec2dModel
      isExact: boolean
    }
  | {
      type: 'point'
      x: number
      y: number
    }
References

TLShapeId, Vec2dModel

Edit this page
Last edited on 11 May 2023
TLArrowShapePropsTLArrowTerminalType