Default: true
<VeltComments dialogShadowDom={false} />
const commentElement = client.getCommentElement(); commentElement.enableDialogShadowDOM(); commentElement.disableDialogShadowDOM();
Default: false
<VeltComments dialogDarkMode={true}/>
const commentElement = client.getCommentElement(); commentElement.enableDarkMode(); commentElement.disableDarkMode();
Was this page helpful?