@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Interface File3DRequest

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

    Properties

    body?: string
    format: File3DFormat
    headers?: Record<string, string>
    meshType: MeshType
    method?: string
    url: string