Skip to main content
Version: Next

Type Alias: Image360AnnotationAssetQueryResult<T>

Image360AnnotationAssetQueryResult<T>: object

Result item from an asset annotation query

Type Parameters

T extends DataSourceType = ClassicDataSourceType

Type declaration

annotation

annotation: Image360Annotation<T>

The found annotation

image

image: Image360<T>

The Image360 to which the result annotation belongs

revision

revision: Image360Revision<T>

The image revision to which the result annotation belongs

Defined in

packages/360-images/src/collection/Image360Collection.ts:55