Small question, after drawing an image annotation in Dash (like here: Image Annotations | Dash for Python Documentation | Plotly), is it possible such that when the user “selects” on an annotation, we can get the annotation data in a callback? Right now I can only get the annotation data in a callback if the I modify the annotation (i.e. drag a corner etc)
Thanks!