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