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

    Type Alias FormationsStripeProps

    FormationsStripe props

    type FormationsStripeProps = {
        formationData: Formation[] | null;
        level?: number;
        offset: number;
        width: number;
    }
    Index

    Properties

    formationData: Formation[] | null
    level?: number
    offset: number
    width: number