Parameters
- props: WellsProps & RefAttributes<WellsRefType>
Optional
children?: ReactNode
Optional
included?: string[]
Optional
renderWellbore?: (
wellbore: WellboreHeader,
startMsl: number,
isSelected: boolean,
isActiveWell: boolean,
sequence: number,
index: number,
) => ReactNode
Optional
selected?: string
Returns ReactNode
The
Wells
component is used to group and manage trajectories by the well property. It will automatically calculate of top depths for each wellbore, depending on order and which wellbores are marked as being included.It simplifies rendering of
Wellbore
components through therenderWellbore
property, which gives usesful data that can be passed to the wellbore component.Example
See
Storybook