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

Was this page helpful?