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.
1. onCommentClick Callback
- When the user clicks on the comment thread, you can listen to it using this method.
- Example: Use this to fetch the context and make the necessary app state changes to navigate to the comment.
- React / Next.js
- Other Frameworks
2. Pass Comment Annotation Object
- You can pass a Comment Annotation object directly to render the comment thread
- When using annotations from other documents:
- Comments will be read-only
- Reactions and recordings will not be rendered
- This enables creating Kanban boards by fetching comment annotations from multiple documents using our REST APIs
- React / Next.js
- Other Frameworks

