Signature:
export declare namespace Asset | Function | Description |
|---|---|
| get(assetId) | Get information of an asset. The asset is any other document type than BIM models. It can be a JPEG file, a panorama image, a PDF or even a zip file users want to back up in the cloud. |
| remove(assetId) | Remove an asset. |
| update(assetId, name) | Rename the asset. |
| upload(file, configOrOnProgress) | Upload an asset to cloud. |
| Type Alias | Description |
|---|---|
| AssetData | Type information of Asset Object |
| UploadAssetConfig | Type information of Upload Asset Config |