DashboardAttributeFilterSelectionChanged
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterSelectionChanged
DashboardAttributeFilterSelectionChanged interface
This event is emitted after new elements are selected and applied in an attribute filter.
Signature:
export interface DashboardAttributeFilterSelectionChanged extends IDashboardEvent
Extends: IDashboardEvent
Remarks
See also dashboardAttributeFilterToAttributeFilter() convertor – this allows you to convert the filter
in the event payload to an IAttributeFilter instance you can use with visualizations, filter UI components and so on.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DashboardAttributeFilterSelectionChangedPayload | |
type | readonly | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" |