TLLineShapeSplineStyle
See source codeType 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
TLLineShapeNext
TLNoteShape