index.ReactiveSource
Interface representing a reactive state source node.
| Name | Type | Description |
|---|---|---|
T |
unknown |
The type of value emitted or stored by the source. |
id: string | symbol
Unique identifier or symbol for the reactive source node.
meta: ReactiveSourceMeta
Associated metadata descriptor.
Optional value: T
Current snapshot value of the source at event time.