Interface: ReactiveSource<T>

index.ReactiveSource

Interface representing a reactive state source node.

Type parameters

Name Type Description
T unknown The type of value emitted or stored by the source.

Table of contents

Properties

Properties

id

id: string | symbol

Unique identifier or symbol for the reactive source node.


meta

meta: ReactiveSourceMeta

Associated metadata descriptor.


value

Optional value: T

Current snapshot value of the source at event time.