TLArrowShapeProps
Public TypeAlias
Signature
type TLArrowShapeProps = {
  labelColor: TLColorType
  color: TLColorType
  fill: TLFillType
  dash: TLDashType
  size: TLSizeType
  opacity: TLOpacityType
  arrowheadStart: TLArrowheadType
  arrowheadEnd: TLArrowheadType
  font: TLFontType
  start: TLArrowTerminal
  end: TLArrowTerminal
  bend: number
  text: string
}
References
TLColorType, TLFillType, TLDashType, TLSizeType, TLOpacityType, TLArrowheadType, TLFontType, TLArrowTerminal