Skip to main content
To integrate and make use of specific embed functions within the dbn-dashboard component, you first need to locate the component with dbn-dashboard className on the webpage.
Now you can add the buttons on your screen with these specific functions in the onClick event of those buttons, here’s an example:

Embed Functions Overview

There are four functions provided by the embed:
⚠️ Note: The functions will work only if you haven’t disabled the respective operations. Also, you need to disable showDashboardActions in options in dbn-dashboard component, if you don’t want to see the buttons provided by it that perform these actions and want to customize the buttons yourself.