Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindBarbCircle

Hierarchy

  • WindBarbCircle

Index

Properties

Properties

Readonly circle

circle: { className: string; fill: string; radius: number; stroke: string; strokeWidth: number }

Circle properties when speed < 5 knots

Type declaration

  • Readonly className: string

    Css class for the circle

  • Readonly fill: string

    Fill color for circle

  • Readonly radius: number

    Radius of the circle

  • Readonly stroke: string

    Stroke color for circle

  • Readonly strokeWidth: number

    Stroke width of the circle

Generated using TypeDoc