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