Type Alias WellboreFormationColumnProps

WellboreFormationColumnProps: CommonComponentProps & {
    formationWidth?: number;
    inverted?: boolean;
    opacity?: number;
    priority?: number;
    radialSegments?: number;
    startRadius?: number;
    stratColumnId: string;
    units?: string[];
    unitTypes?: string[];
}

WellboreFormationColumn props