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