DashboardFilterContextChangedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardFilterContextChangedPayload
DashboardFilterContextChangedPayload type
Payload of the DashboardFilterContextChanged event.
Signature:
export type DashboardFilterContextChangedPayload = {
readonly filterContext: IFilterContextDefinition;
readonly attributeFilterConfigs: IDashboardAttributeFilterConfig[];
readonly tabLocalIdentifier?: string;
};
References: IFilterContextDefinition, IDashboardAttributeFilterConfig
Remarks
See also filterContextToDashboardFiltersByWidget() and filterContextToDashboardFiltersByDateDataSet() convertors – those allow you to convert the filterContext object to array of IFilter instances you can use with visualizations, filter UI components and so on.