Generic render of completion tools based on depths, diameters and type. Must be a child of the Wellbore component.
Wellbore
<Wellbore id={wellbore.id}> <CompletionTools sizeMultiplier={5} /> </Wellbore> Copy
<Wellbore id={wellbore.id}> <CompletionTools sizeMultiplier={5} /> </Wellbore>
The fallback prop may be used to render a different component if there is no completion tool data available for the wellbore.
fallback
CompletionTools props
Optional
Generic render of completion tools based on depths, diameters and type. Must be a child of the
Wellbore
component.Example
Remarks
The
fallback
prop may be used to render a different component if there is no completion tool data available for the wellbore.See
Wellbore