selectAttributeFilterDescendants
Home > @gooddata/sdk-ui-dashboard > selectAttributeFilterDescendants
selectAttributeFilterDescendants variable
Creates a selector for selecting all descendants of the attribute filter with given localId.
Signature:
selectAttributeFilterDescendants: (localId: string) => import("@reduxjs/toolkit").OutputSelector<DashboardState, string[], (res: IDashboardAttributeFilter[]) => string[]>
Remarks
Invocations before initialization lead to invariant errors.