onLoadCustomElementsError
Home > @gooddata/sdk-ui-filters > IAttributeElementLoader > onLoadCustomElementsError
IAttributeElementLoader.onLoadCustomElementsError property
Registers a callback that will be fired when error is thrown during the custom elements load. Returns unsubscribe function, that will unregister it.
Signature:
onLoadCustomElementsError: CallbackRegistration<OnLoadCustomElementsErrorCallbackPayload>;
Remarks
Multiple callbacks can be registered by this function.