IDashboardBaseProps
Home > @gooddata/sdk-ui-dashboard > IDashboardBaseProps
IDashboardBaseProps interface
Signature:
export interface IDashboardBaseProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (Optional) Analytical backend from which the dashboard obtains data to render. | |
config? | DashboardConfig | (Optional) Configuration that can be used to modify dashboard features, capabilities and behavior. | |
dashboard? | string | ObjRef | IDashboard | (Optional) Specify dashboard to render; you can specify the dashboard either by reference (ObjRef) or by value (of type IDashboard). | |
filterContextRef? | ObjRef | (Optional) Specify reference to a filter context that should be used instead of the default, built-in filter context. | |
permissions? | IWorkspacePermissions | (Optional) Specify permissions to use when determining availability of the different features of the dashboard component. | |
workspace? | string | (Optional) Identifier of analytical workspace, from which the dashboard obtains data to render. |