getElementsByKey()
Home > @gooddata/sdk-ui-filters > IAttributeElementLoader > getElementsByKey
IAttributeElementLoader.getElementsByKey() method
Returns the attribute elements for the specified keys.
Signature:
getElementsByKey(keys: AttributeElementKey[]): IAttributeElement[];
Parameters
Parameter | Type | Description |
---|---|---|
keys | AttributeElementKey[] |
Returns:
Remarks
If the attribute elements for the specified keys are not loaded, error is thrown.