Skip to main content
Version: Next

Type Alias: ClassicDataSourceType

ClassicDataSourceType = object

Defined in: packages/data-providers/src/DataSourceType.ts:26

Data source type for classic models

Properties​

_never​

_never: never

Defined in: packages/data-providers/src/DataSourceType.ts:55

Marker to make this type inconstructable


image360AnnotationType​

image360AnnotationType: AnnotationModel

Defined in: packages/data-providers/src/DataSourceType.ts:51

Type of classic 360 annotations


image360Identifier​

image360Identifier: {[key: string]: string; } | Image360DataModelIdentifier

Defined in: packages/data-providers/src/DataSourceType.ts:46

Identifier type for Event- or DM-based 360 images


modelIdentifier​

modelIdentifier: ClassicModelIdentifierType

Defined in: packages/data-providers/src/DataSourceType.ts:30

The classic point cloud model identifier associated with the object which include modelId and revisionId.


pointCloudCollectionType​

pointCloudCollectionType: PointCloudAnnotationVolumeCollection

Defined in: packages/data-providers/src/DataSourceType.ts:41

Point cloud volume collection type


pointCloudVolumeMetadata​

pointCloudVolumeMetadata: object

Defined in: packages/data-providers/src/DataSourceType.ts:36

The classic point cloud volume metadata containing reference associated with the object which includes annotationId and asset reference, if any. The instanceRef field is similarily a reference to a contextualized DM instance, if any.

annotationId​

annotationId: number

assetRef?​

optional assetRef?: AnnotationsAssetRef

instanceRef?​

optional instanceRef?: DMInstanceRef