ChangeAttributeFilterSelection
Home > @gooddata/sdk-ui-dashboard > ChangeAttributeFilterSelection
ChangeAttributeFilterSelection interface
Command for attribute filter selection change.
Signature:
export interface ChangeAttributeFilterSelection extends IDashboardCommand
Extends: IDashboardCommand
Remarks
See changeAttributeFilterSelection() and applyAttributeFilter() factory functions you can use to create this command more easily from raw data and IAttributeFilter, respectively.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | ChangeAttributeFilterSelectionPayload | |
type | readonly | "GDC.DASH/CMD.FILTER_CONTEXT.ATTRIBUTE_FILTER.CHANGE_SELECTION" |