loadAttribute()
Home > @gooddata/sdk-ui-filters > IAttributeLoader > loadAttribute
IAttributeLoader.loadAttribute() method
Loads the metadata object for the attribute, that is used in the attribute filter.
Signature:
loadAttribute(correlation?: Correlation): void;
Parameters
Parameter | Type | Description |
---|---|---|
correlation | Correlation | (Optional) correlation that will be included in all callbacks fired by this method |
Returns:
void
Remarks
Cancels the running attribute filter load, if any, and starts it again.
You can provide a correlation that will be included in the payload of all callbacks fired as a result of calling this method.