TLLineShapeSplineStyle

See source code

Type representing the spline style options for line shapes.

  • 'line': Straight line segments between points
  • 'cubic': Smooth cubic bezier curves between points
type TLLineShapeSplineStyle = T.TypeOf<typeof LineShapeSplineStyle>
Prev
TLLineShape
Next
TLNoteShape