[]
        
(Showing Draft Content)

LineCapStyle

Type Alias: LineCapStyle

type LineCapStyle = 
  | "none"
  | "openArrow"
  | "closedArrow"
  | "dot"
  | "circle"
  | "diamond"
  | "square"
  | "slash"
  | "star"
  | "bar";

Style cap types for line and arrow endpoints.