selectFilterContextDraggableFilterItems
Home > @gooddata/sdk-ui-dashboard > selectFilterContextDraggableFilterItems
selectFilterContextDraggableFilterItems variable
This selector returns all dashboard's filter context draggable filters, including date filters, all attribute-based filters (element-based, arbitrary, and match), and measure value filters.
Signature:
selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem | IDashboardMeasureValueFilter>>
Remarks
It is expected that the selector is called only after the filter context state is correctly initialized. Invocations before initialization lead to invariant errors.