index.ReactiveSourceMeta
Metadata descriptor describing the origin and classification of a reactive source.
Optional isPrivate: boolean
Optional flag indicating if the source should be omitted from public telemetry pipelines.
label: string
Human-readable diagnostic label (e.g. 'UserStore.name').
Optional property: string | symbol
The property name or symbol being accessed or mutated.
Optional target: object
The raw unproxied target object hosting the property, if applicable.
Optional targetName: string
The constructor/class name of the target object (e.g. 'UserStore').
type: "computed" | "signal" | "property" | "collection"
Classification of the reactive source.