Type Alias WellboreBoundsProps

WellboreBoundsProps: {
    boundsSampleSize?: number;
    children?: ReactNode;
    fromMsl?: number;
    id: string;
    visible?: boolean;
}

WellboreBounds props

Type declaration

  • OptionalboundsSampleSize?: number
  • Optionalchildren?: ReactNode
  • OptionalfromMsl?: number
  • id: string
  • Optionalvisible?: boolean