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