# LineEndStyle

## Content

# Type Alias: LineEndStyle

```ts
type LineEndStyle = 
  | "Square"
  | "Circle"
  | "Diamond"
  | "OpenArrow"
  | "ClosedArrow"
  | "None"
  | "Butt"
  | "ROpenArrow"
  | "RClosedArrow"
  | "Slash";
```

Line end style.
