ITwinPlatform
Types
Link copied to clipboard
interface ExportStatus
Status states for a mesh-export export. Valid values are: NotStarted
, InProgress
, Complete
, Invalid
Link copied to clipboard
interface ExportType
Types of mesh-export exports. CesiumJS only supports loading 3DTILES
type exports. Valid values are: IMODEL
, CESIUM
, 3DTILES
Link copied to clipboard
interface RealityDataType
Types of Reality data. This is a partial list of types we know we can support
Properties
Link copied to clipboard
Gets or sets the default iTwin API endpoint.
Link copied to clipboard
Gets or sets the default iTwin access token. This token should have the itwin-platform
scope.
Link copied to clipboard
Gets or sets the default iTwin share key. If this value is provided it will override {@link ITwinPlatform.defaultAccessToken} in all requests.