Type alias LineOptions

LineOptions: {
    cap?: "round" | "butt" | "square";
    colour?: string;
    opacity?: number;
    width?: number;
}

Type declaration

  • Optional cap?: "round" | "butt" | "square"
  • Optional colour?: string
  • Optional opacity?: number
  • Optional width?: number

Generated using TypeDoc