onUpdate
Home > @gooddata/sdk-ui-filters > IAttributeFilterLoader > onUpdate
IAttributeFilterLoader.onUpdate property
Registers a callback that will be fired when some data of the attribute filter handler has been changed/updated. Returns unsubscribe function, that will unregister it.
Signature:
onUpdate: CallbackRegistration<void>;
Remarks
Multiple callbacks can be registered by this function.