Skip to main content
Version: 4.x

Interface: 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 revision 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


getPreviewThumbnailUrl()​

getPreviewThumbnailUrl(): Promise<undefined | string>

Get the thumbnail url for this revision.

Returns​

Promise<undefined | string>

Defined in​

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