Skip to main content
Version: 4.x

Interface: Image360Revision

@cognite/reveal.Image360Revision

Interface used to manage historical revisions of Image360. One instance represents one specific image revision.

Properties

date

Readonly date: undefined | Date

The date of this revision. Undefined if the revison is undated.

Defined in

packages/360-images/src/entity/Image360Revision.ts:17

Methods

getAnnotations

getAnnotations(): Promise<Image360Annotation[]>

The annotations associated with this revision

Returns

Promise<Image360Annotation[]>

Defined in

packages/360-images/src/entity/Image360Revision.ts:22