Last updated

Class: SDKAnnotationSnapshot<T>

Type parameters

NameType
Tany

Implements

Table of contents

Properties

Constructors

Methods

Properties

fixed

fixed: boolean

Implementation of

IAnnotationSnapshot.fixed


frame

frame: number

Implementation of

IAnnotationSnapshot.frame


objectVisible

Optional objectVisible: boolean

Implementation of

IAnnotationSnapshot.objectVisible


data

Optional data: T

Implementation of

IAnnotationSnapshot.data


label

Optional label: string

Implementation of

IAnnotationSnapshot.label


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

NameType
Tany

Parameters

NameType
snapshotPartial<IAnnotationSnapshot<any>>

Methods

setAttributeByName

setAttributeByName(key, value): void

Parameters

NameType
keystring
valuestring | number | boolean | string[]

Returns

void