setLimitingAttributeFilters()
Home > @gooddata/sdk-ui-filters > IAttributeElementLoader > setLimitingAttributeFilters
IAttributeElementLoader.setLimitingAttributeFilters() method
Set the attribute filters to filter the upcoming attribute element loads.
Signature:
setLimitingAttributeFilters(filters: IElementsQueryAttributeFilter[]): void;
Parameters
Parameter | Type | Description |
---|---|---|
filters | IElementsQueryAttributeFilter[] | filters to use. |
Returns:
void
Remarks
When you change the options for the attribute element loads, you should call initial elements page load.
Throws error when the backend implementation does not support parent filtering.