filterAttributeElements()
Home > @gooddata/sdk-model > filterAttributeElements
filterAttributeElements() function
Gets attribute elements specified on a filter. If the provided filter is not an attribute filter, then undefined is returned
Signature:
export declare function filterAttributeElements(filter: IFilter): IAttributeElements | undefined;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| filter | filter to work with | 
Returns:
IAttributeElements | undefined
attribute elements, undefined if not available