activeSub top-level property

ReactiveNode? activeSub
getter/setter pair

The currently active subscriber node.

Used during reactive computations to automatically track dependencies. When a signal is accessed, it links itself to this active subscriber.

Implementation

ReactiveNode? activeSub;