dashboardAttributeFilterItemFilterElementsBy()
Home > @gooddata/sdk-model > dashboardAttributeFilterItemFilterElementsBy
dashboardAttributeFilterItemFilterElementsBy() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the parent attribute filter dependencies of any attribute-based dashboard filter.
Standard and arbitrary filters support parent filtering; match filters do not, so this returns undefined for match filters.
Signature:
export declare function dashboardAttributeFilterItemFilterElementsBy(filter: DashboardAttributeFilterItem): IDashboardAttributeFilterParent[] | undefined;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
filter |
Returns:
IDashboardAttributeFilterParent[] | undefined