Annotations State or Status

Which product are you using?
PDF.js Express Plus

PDF.js Express Version
8.1.1

Detailed description of issue
There is a event handle that listen to the change of the annotations status or state?? what method should I need to use the annotationManager?

Expected behaviour
Get the status of the annotation in every change

Does your issue happen with every document, or just one?
Every document

Hello, I’m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hey there!

You can use the annotationChanged event:

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

Thanks,
Logan