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