-
|
In 2.7 version we could type a title of an annotation and also we could add a description in comment widget? Is this possible in 3,0 react version? I have a custom widget for that purpose but I can only change annotation body and not its title. What could be possible ways to achieve my goal? |
Beta Was this translation helpful? Give feedback.
Answered by
rsimon
Apr 12, 2025
Replies: 1 comment 2 replies
-
|
Currently, Im trying to do that though using different PurposeValues. Is this proper way to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's correct. Any annotation payload is supposed to go into bodies, using
purposeto differentiate between the body types. (That, BTW, didn't change. It was also the case in v2.x. I guess you may have added your own.titleproperty perhaps? Technically, that would still be possible, I guess, but wouldn't be the officially supported model.)