DashboardContext
Home > @gooddata/sdk-ui-dashboard > DashboardContext
DashboardContext type
Signature:
export type DashboardContext = {
backend: IAnalyticalBackend;
workspace: string;
config?: DashboardConfig;
dashboardRef?: ObjRef;
filterContextRef?: ObjRef;
clientId?: string;
dataProductId?: string;
};
References: IAnalyticalBackend, DashboardConfig, ObjRef