ChangeFilterContextSelectionPayload
Home > @gooddata/sdk-ui-dashboard > ChangeFilterContextSelectionPayload
ChangeFilterContextSelectionPayload interface
Payload of the ChangeFilterContextSelection command.
Signature:
export interface ChangeFilterContextSelectionPayload
Properties
| Property | Type | Description |
|---|---|---|
| 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. |