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 the Option to Enable or Disable Area Comments

We have added the option to enable or disable area comment in the comment element. By default area comments are enabled.
<VeltComments areaComment={false} />
API Methods:
const commentElement = client.getCommentElement();
commentElement.enableAreaComment();
commentElement.disableAreaComment();