Parameters
- props: WellsProps & RefAttributes<WellsRefType>
Optionalchildren?: ReactNode
Optionalincluded?: string[]
OptionalrenderWellbore?: (
wellbore: WellboreHeader,
startMsl: number,
isSelected: boolean,
isActiveWell: boolean,
sequence: number,
index: number,
) => ReactNode
Optionalselected?: string
Returns ReactNode
The
Wellscomponent 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
Wellborecomponents through therenderWellboreproperty, which gives usesful data that can be passed to the wellbore component.Example
See
Storybook