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