# LineCapStyle

## Content

# Type Alias: LineCapStyle

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

Style cap types for line and arrow endpoints.
