BIM.works SDKs - v1.5.0-b164
    Preparing search index...

    Interface ModelUploaderSettings

    interface ModelUploaderSettings {
        hashType?: "xxh64" | "sha256";
        options?: { [key: string]: unknown };
        requireFullHash?: boolean;
        resolveConflictsWithPopup?: boolean;
        type?: "tree" | "volatile";
    }
    Index

    Properties

    hashType?: "xxh64" | "sha256"
    options?: { [key: string]: unknown }
    requireFullHash?: boolean
    resolveConflictsWithPopup?: boolean
    type?: "tree" | "volatile"