AnnotationCreatedEvent Interface
Represents an event that is emitted when a new annotation has been successfully created.
export declare interface AnnotationCreatedEvent extends ViewerEvent
Remarks
This event is fired after the annotation has been added to the document, providing access to the fully initialized annotation object.
Fields
annotation
readonly annotation: Annotation;
Field Value
Inherited Fields
| defaultPrevented | Gets a value indicating whether the event's default action has been canceled. (Inherited from ViewerEvent) |
Inherited Methods
| preventDefault | Cancels the event if it is cancelable, without stopping further propagation of the event. (Inherited from ViewerEvent) |