foundation-store.subscriberchangehandler
Home > @genesislcap/foundation-store > SubscriberChangeHandler
SubscriberChangeHandler type
Signature:
export type SubscriberChangeHandler<TStore extends Store, TReturn = any> = (binding: (x?: TStore, context?: ExecutionContext) => TReturn, args: BindingObserver) => void;
References: Store