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

    Type Alias WellboreLabelProps

    WellboreLabel props

    type WellboreLabelProps = {
        color?: number | string | Color;
        position?: "top" | "center" | "bottom";
        priority?: number;
        size?: number;
    }
    Index

    Properties

    color?: number | string | Color
    position?: "top" | "center" | "bottom"
    priority?: number
    size?: number