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.

const commentElement = client.getCommentElement();
commentElement.selectCommentByAnnotationId("COMMENT_ANNOTATION_ID");