loadCustomElements()
Home > @gooddata/sdk-ui-filters > IAttributeElementLoader > loadCustomElements
IAttributeElementLoader.loadCustomElements() method
Loads the attribute elements with the provided options.
Signature:
loadCustomElements(options: ILoadElementsOptions, correlation?: Correlation): void;
Parameters
Parameter | Type | Description |
---|---|---|
options | ILoadElementsOptions | options to apply for the custom elements load |
correlation | Correlation | (Optional) correlation that will be included in all callbacks fired by this method |
Returns:
void
Remarks
This is useful, if you want to load additional attribute elements with different options than the currently set.
Multiple custom elements loads will run in parallel.
Cancels the running custom elements load, if it matches the specified correlation, 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.