Interface: ReactiveConsumer

index.ReactiveConsumer

Interface representing a consumer subscriber that depends on reactive sources.

Table of contents

Properties

Properties

id

id: string | symbol

Unique identifier or symbol for the reactive consumer subscriber.


name

name: string

Human-readable name or diagnostic label for the consumer.


type

type: "effect" | "computed" | "adapter"

Classification category of the consumer.