ChangeFilterContextSelectionPayload
Home > @gooddata/sdk-ui-dashboard > ChangeFilterContextSelectionPayload
ChangeFilterContextSelectionPayload interface
Payload of the ChangeFilterContextSelection command.
Signature:
export interface ChangeFilterContextSelectionPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
attributeFilterConfigs? | IDashboardAttributeFilterConfig[] | (Optional) Attribute filter configs with additional props | |
filters | (IDashboardFilter | FilterContextItem)[] | Filters to apply to the current dashboard filter context. | |
resetOthers | boolean | Should filters not mentioned in the payload reset to All items selected/All time? Defaults to false. |