Type Alias AnnotationSelectionChangeEvent
Type Alias
Type Signature
Example
Get the list of selected annotations.
instance.addEventListener("annotationSelection.change", (annotations: AnnotationSelectionChangeEvent) => {
console.log(annotations.toJS());
});
This event is emitted when the annotation selection changes. The event includes the list of selected annotations.