Type Alias WellboreLabelProps

WellboreLabelProps: {
    color?: number | string | Color;
    position?: "top" | "center" | "bottom";
    priority?: number;
    size?: number;
}

WellboreLabel props

Type declaration

  • Optionalcolor?: number | string | Color
  • Optionalposition?: "top" | "center" | "bottom"
  • Optionalpriority?: number
  • Optionalsize?: number