@stereograph/teiaviewer - v18.6.0-dev
    Preparing search index...

    Interface File3DRequest

    interface File3DRequest {
        body?: string;
        format: File3DFormat;
        geometryType: GeometryType;
        headers?: Record<string, string>;
        method?: string;
        url: string;
    }
    Index

    Properties

    body?: string
    format: File3DFormat
    geometryType: GeometryType

    The geometry type fallback of object geometry if they don't have it in their user data

    headers?: Record<string, string>
    method?: string
    url: string