MCPcopy
hub / github.com/stackblitz/alien-signals / ComputedNode

Interface ComputedNode

src/index.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11interface ComputedNode<T = any> extends ReactiveNode {
12 value: T | undefined;
13 getter: (previousValue?: T) => T;
14}
15
16interface SignalNode<T = any> extends ReactiveNode {
17 currentValue: T;

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…