Table of contents

Public interface

Signature
interface TLArrowBindingProps {}
Source

packages/tlschema/src/bindings/TLArrowBinding.ts


Properties

isExact

Public propertysignature

exact is whether the arrow head 'enters' the bound shape to point directly at the binding anchor point

Signature
isExact: boolean

isPrecise

Public propertysignature

precise is whether to bind to the normalizedAnchor, or to the middle of the shape

Signature
isPrecise: boolean

normalizedAnchor

Public propertysignature

Signature
normalizedAnchor: VecModel
References

VecModel


terminal

Public propertysignature

Signature
terminal: 'end' | 'start'

TLArrowBindingTLArrowShape