Interface: Image360Revision<T>
Defined in: packages/360-images/src/entity/Image360Revision.ts:13
Interface used to manage historical revisions of Image360. One instance represents one specific image revision.
Type Parameters
T
T
extends DataSourceType
= ClassicDataSourceType
Properties
date
readonly
date:undefined
|Date
Defined in: packages/360-images/src/entity/Image360Revision.ts:18
The date of this revision. Undefined if the revision is undated.
Returns
Date | undefined
Methods
getAnnotations()
getAnnotations():
Promise
<Image360Annotation
<T
>[]>
Defined in: packages/360-images/src/entity/Image360Revision.ts:23
The annotations associated with this revision.
Returns
Promise
<Image360Annotation
<T
>[]>
getPreviewThumbnailUrl()
getPreviewThumbnailUrl():
Promise
<undefined
|string
>
Defined in: packages/360-images/src/entity/Image360Revision.ts:28
Get the thumbnail url for this revision.
Returns
Promise
<undefined
| string
>