Tanatloc documentation
    Preparing search index...

    Variable defaultConst

    default: {
        archive: (simulation: { id: string }) => Promise<ICallResponse>;
        download: (
            simulation: { id: string },
            result: { fileName: string; originPath: string },
        ) => Promise<ICallResponse>;
        load: (
            simulation: { id: string },
            result: { glb: string; originPath: string },
        ) => Promise<IGeometryPart>;
    } = ...

    Type Declaration

    • archive: (simulation: { id: string }) => Promise<ICallResponse>

      Archive

    • download: (
          simulation: { id: string },
          result: { fileName: string; originPath: string },
      ) => Promise<ICallResponse>

      Download

    • load: (
          simulation: { id: string },
          result: { glb: string; originPath: string },
      ) => Promise<IGeometryPart>

      Load