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