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