MCPcopy
hub / github.com/plotly/dash / IStoreObserverState

Interface IStoreObserverState

dash/dash-renderer/src/StoreObserver.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6type UnregisterObserver = () => void;
7
8interface IStoreObserverState<TStore> {
9 inputPaths: string[][];
10 lastState: any;
11 observer: Observer<TStore>;
12 triggered: boolean;
13}
14
15export interface IStoreObserverDefinition<TStore> {
16 observer: Observer<Store<TStore>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…