<VeltComments areaComment={false} />
<velt-comments area-comment="false"></velt-comments>
const commentElement = client.getCommentElement(); commentElement.enableAreaComment(); commentElement.disableAreaComment();
const commentElement = Velt.getCommentElement(); commentElement.enableAreaComment(); commentElement.disableAreaComment();
Was this page helpful?