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
Name | Type | Description |
---|---|---|
event | Partial <SDKAnnotationEvent > | The event data to initialize the SDKAnnotationEvent object with. |