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