CallbackRegistration
Home > @gooddata/sdk-ui-filters > CallbackRegistration
CallbackRegistration type
Signature:
export type CallbackRegistration<T> = (cb: Callback<T>) => Unsubscribe;
References: Callback, Unsubscribe
Home > @gooddata/sdk-ui-filters > CallbackRegistration
Signature:
export type CallbackRegistration<T> = (cb: Callback<T>) => Unsubscribe;
References: Callback, Unsubscribe