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