Skip to main content

Versions

Added selectCommentByAnnotationId Method in Comment Element

A new method selectCommentByAnnotationId has been added to the comment element, allowing you to select a comment based on its annotation ID.
  • React / Next.js
  • Other Frameworks
const commentElement = client.getCommentElement();
commentElement.selectCommentByAnnotationId("COMMENT_ANNOTATION_ID");
I