arbitraryAttributeFilter
Home > @gooddata/sdk-model > IDashboardArbitraryAttributeFilter > arbitraryAttributeFilter
IDashboardArbitraryAttributeFilter.arbitraryAttributeFilter property
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.
Signature:
arbitraryAttributeFilter: {
displayForm: ObjRef;
values: Array<string | null>;
negativeSelection: boolean;
localIdentifier?: string;
title?: string;
filterElementsBy?: IDashboardAttributeFilterParent[];
filterElementsByDate?: IDashboardAttributeFilterByDate[];
validateElementsBy?: ObjRef[];
};