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

    Interface WellboreSelectedEventDetails

    interface WellboreSelectedEventDetails {
        depth?: number;
        flyTo?: boolean;
        id: string;
        position?: Vec3;
    }
    Index

    Properties

    depth?: number
    flyTo?: boolean
    id: string
    position?: Vec3