TLArrowBindingProps
See source codeTable of contents
interface TLArrowBindingProps {}
Properties
isExact
exact is whether the arrow head 'enters' the bound shape to point directly at the binding anchor point
isExact: boolean
isPrecise
precise is whether to bind to the normalizedAnchor, or to the middle of the shape
isPrecise: boolean
normalizedAnchor
normalizedAnchor: VecModel
terminal
terminal: 'end' | 'start'
Prev
SchemaPropsInfoNext
TLArrowShapeProps