dashboardAttributeFilterItemValidateElementsBy()
Home > @gooddata/sdk-model > dashboardAttributeFilterItemValidateElementsBy
dashboardAttributeFilterItemValidateElementsBy() 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 validateElementsBy of any attribute-based dashboard filter.
Standard and arbitrary filters support element validation; match filters do not, so this returns undefined for match filters.
Signature:
export declare function dashboardAttributeFilterItemValidateElementsBy(filter: DashboardAttributeFilterItem): ObjRef[] | undefined;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
filter |
Returns:
ObjRef[] | undefined