getAllElements()
Home > @gooddata/sdk-ui-filters > IAttributeElementLoader > getAllElements
IAttributeElementLoader.getAllElements() method
Returns all attribute elements loaded by initialElementsPageLoad and nextElementsPageLoad methods.
Signature:
getAllElements(): IAttributeElement[];
Returns:
Remarks
It does not return attribute elements loaded by loadCustomElements method. To get them, you should use callbacks or getElementsByKey method.