Default: true
<VeltSidebarButton shadowDom={false} />
Default: false
<VeltSidebarButton darkMode={true} />
const commentElement = client.getCommentElement(); commentElement.enableDarkMode(); commentElement.disableDarkMode();
Was this page helpful?