MCPcopy
hub / github.com/infinitered/reactotron / TrackedNode

Interface TrackedNode

lib/reactotron-mst/src/reactotron-mst.ts:97–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95// --- Interfaces ---------------------------------
96
97interface TrackedNode {
98 /**
99 * The node we are tracking.
100 */
101 node: IStateTreeNode
102
103 /**
104 * The mst model type
105 */
106 modelType: IType<any, any, any>
107}
108
109interface NodeTracker {
110 [name: string]: TrackedNode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected