getFilterContextByExportId()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > getFilterContextByExportId
IWorkspaceDashboardsService.getFilterContextByExportId() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get filter context by provided export id and type
Signature:
getFilterContextByExportId(exportId: string, type: "visual" | "slides" | undefined): Promise<{
filterContext?: IFilterContext;
title?: string;
hideWidgetTitles?: boolean;
} | null>;
Parameters
Parameter |
Type |
Description |
---|---|---|
exportId |
string |
export id |
type |
"visual" | "slides" | undefined |
export type |
Returns:
Promise<{ filterContext?: IFilterContext; title?: string; hideWidgetTitles?: boolean; } | null>