Skip to main content

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.
  • React / Next.js
  • Other Frameworks
<VeltComments areaComment={false} />
API Methods:
  • React / Next.js
  • Other Frameworks
const commentElement = client.getCommentElement();
commentElement.enableAreaComment();
commentElement.disableAreaComment();
I