Saves a HTML widget as a DSS static insight that can be exposed on the dashboard
dkuSaveHTMLInsight(id, payload, label = NULL)
id: | Unique identifier of the insight within the project. If an insight with the same identifier already exists, it will be replaced |
---|---|
payload: | HTML widget |
label: | Optional display label for the insight. If NULL, the id will be used as label |
Nothing