This button shows the comment count and the author’s avatar. This is used in Popover comments feature.
<VeltWireframe> <VeltCommentBubbleWireframe> <VeltCommentBubbleWireframe.CommentsCount /> <VeltCommentBubbleWireframe.Avatar /> </VeltCommentBubbleWireframe> </VeltWireframe>
<VeltWireframe> <VeltCommentBubbleWireframe.CommentsCount /> </VeltWireframe>
<VeltWireframe> <VeltCommentBubbleWireframe.Avatar /> </VeltWireframe>
Default: true
<VeltCommentBubble shadowDom={false} />
false
<VeltCommentBubble darkMode={true} />
const commentElement = client.getCommentElement(); commentElement.enableDarkMode(); commentElement.disableDarkMode();
Was this page helpful?