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