Interface: DashboardApi
DashboardApi.DashboardApi
Description
Contains an API to get Dashboard information
Properties
Properties
shouldShowDashboardsDropdown
• shouldShowDashboardsDropdown: (artifactTypeID?
: number
) => boolean
Type declaration
▸ (artifactTypeID?
): boolean
Description
Determine whether the Dashboards dropdown should be shown for the given Artifact Type ID.
Parameters
Name | Type | Description |
---|---|---|
artifactTypeID?
|
number
|
The Artifact Type ID to check. |
Returns
boolean
True if the Dashboards dropdown should be shown, false if not.