Interface: ReactiveSourceMeta

index.ReactiveSourceMeta

Metadata descriptor describing the origin and classification of a reactive source.

Table of contents

Properties

Properties

isPrivate

Optional isPrivate: boolean

Optional flag indicating if the source should be omitted from public telemetry pipelines.


label

label: string

Human-readable diagnostic label (e.g. 'UserStore.name').


property

Optional property: string | symbol

The property name or symbol being accessed or mutated.


target

Optional target: object

The raw unproxied target object hosting the property, if applicable.


targetName

Optional targetName: string

The constructor/class name of the target object (e.g. 'UserStore').


type

type: "computed" | "signal" | "property" | "collection"

Classification of the reactive source.