Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.velt.dev/llms.txt

Use this file to discover all available pages before exploring further.

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");