Tanatloc documentation
    Preparing search index...

    Variable defaultConst

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

    Type declaration

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