selectAttributeFilterDescendants()
Home > @gooddata/sdk-ui-dashboard > selectAttributeFilterDescendants
selectAttributeFilterDescendants() function
Creates a selector for selecting all descendants of the attribute filter with given localId.
Signature:
selectAttributeFilterDescendants: (localId: string) => DashboardSelector<string[]>
Parameters
| Parameter | Type | Description | 
|---|---|---|
| localId | string | 
Returns:
DashboardSelector<string[]>
Remarks
Invocations before initialization lead to invariant errors. This selector should only be used when circular filter dependencies are not allowed.