Dashboard
Home > @gooddata/sdk-code-schemas > v1 > Dashboard
v1.Dashboard interface
Signature:
export interface Dashboard
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Whether cross filtering is enabled for this dashboard. Defaults to true. | ||
|
string |
(Optional) An optional description of the dashboard. | ||
|
boolean |
(Optional) Applies to the root layout. Whether all sections headers are enabled. Defaults to true. | ||
|
boolean |
(Optional) Whether user can save and apply filter views for this dashboard. Defaults to true. | ||
|
(Optional) | |||
|
{ VIEW?: Permission; EDIT?: Permission; SHARE?: Permission; } |
(Optional) Permissions for the dashboard | ||
|
({ id: Id12; parameters?: { [k: string]: unknown; }; } | Id13)[] |
(Optional) A list of plugins in this dashboard. | ||
|
Section[] |
(Optional) A list of sections in this dashboard. | ||
|
Tab[] |
(Optional) A list of tabs in this dashboard. Each tab has its own layout, filters, and filter configurations. Mutually exclusive with sections and filters at dashboard level. | ||
|
(Optional) | |||
|
string |
(Optional) An optional human readable title for the dashboard. Will be derived from id if not provided explicitly. | ||
|
"dashboard" | |||
|
boolean |
(Optional) Whether user can reset custom updated filters. Defaults to true. | ||
|
boolean |
(Optional) Whether user filter setting will be stored in local storage. Defaults to true. |