Interface: DashboardCoreAPI

DashboardCoreAPI

API class that is used to manage a dashboard.

Methods

destroy()

Destroys the dashboard.

getFeature(name) → {object}

Returns the feature with the specified feature name.
Parameters:
Name Type Description
name string Unique name of the feature
Returns:
Feature API object; undefined if not found
Type
object