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) => DashboardSelector<string[]>
Remarks
Invocations before initialization lead to invariant errors. This selector should only be used when circular filter dependencies are not allowed.