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