Embed Functions
You can add your own buttons with embed functions.
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 onClick event of those buttons, here's an example:
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 the 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.
Last updated