Class: SDKAnnotationSnapshot<T>
Type parameters
| Name | Type |
|---|---|
T | any |
Implements
Table of contents
Properties
Constructors
Methods
Properties
fixed
• fixed: boolean
Implementation of
frame
• frame: number
Implementation of
objectVisible
• Optional objectVisible: boolean
Implementation of
IAnnotationSnapshot.objectVisible
data
• Optional data: T
Implementation of
label
• Optional label: string
Implementation of
namedAttributes
• Optional namedAttributes: Object
Index signature
▪ [key: string]: string | number | string[] | boolean
Implementation of
IAnnotationSnapshot.namedAttributes
description
• Optional description: string
Implementation of
IAnnotationSnapshot.description
annotationId
• Optional annotationId: string
Implementation of
IAnnotationSnapshot.annotationId
Constructors
constructor
• new SDKAnnotationSnapshot<T>(snapshot)
Type parameters
| Name | Type |
|---|---|
T | any |
Parameters
| Name | Type |
|---|---|
snapshot | Partial<IAnnotationSnapshot<any>> |
Methods
setAttributeByName
▸ setAttributeByName(key, value): void
Parameters
| Name | Type |
|---|---|
key | string |
value | string | number | boolean | string[] |
Returns
void