Annotations State or Status

Hey there!

You can use the annotationChanged event:

instance.Core.annotationManager.addEventListener('annotationChanged', () => {
    
})

Thanks,
Logan