Last updated

Class: SDKAnnotationEvent

Represents an annotation event.

Table of contents

Properties

Constructors

Properties

id

id: string


annotationId

annotationId: string


user

user: string


timestamp

timestamp: Date


changes

Optional changes: AnnotationChanges


deleted

Optional deleted: boolean | "discarded"

Constructors

constructor

new SDKAnnotationEvent(event)

Creates an instance of SDKAnnotationEvent.

Parameters

NameTypeDescription
eventPartial<SDKAnnotationEvent>The event data to initialize the SDKAnnotationEvent object with.