@equinor/videx-3d
    Preparing search index...

    Type Alias StratColumnUnit

    type StratColumnUnit = {
        base: string;
        baseAge: number;
        color: string;
        id: string;
        level: number;
        name: string;
        parent: string | null;
        top: string;
        topAge: number;
        unitType: string;
    }
    Index

    Properties

    base: string
    baseAge: number
    color: string
    id: string
    level: number
    name: string
    parent: string | null
    top: string
    topAge: number
    unitType: string