selectFilterContextDraggableFilterItems
Home > @gooddata/sdk-ui-dashboard > selectFilterContextDraggableFilterItems
selectFilterContextDraggableFilterItems variable
This selector returns all dashboard's filter context draggable filters, including date filters and all attribute-based filters (element-based, arbitrary, and match).
Signature:
selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem>>
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.