DownloadChangesetArg Interface
Argument for downloading a changeset.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| targetDir | string | Directory where the changeset should be downloaded. | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| accessToken Readonly Inherited | string | undefined | ChangesetArg | If present, the access token for the requested operation. | 
| changeset Readonly Inherited | ChangesetIndexOrId | ChangesetArg | |
| iModelId Readonly Inherited | string | ChangesetArg | |
| progressCallback Inherited | ProgressFunction | undefined | DownloadProgressArg | Called to show progress during a download. | 
Defined in
- core/backend/src/BackendHubAccess.ts Line 144
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.