Skip to main content
cngx-src documentation

CngxErrorAggregatorSourceEntry

Interface

projects/common/interactive/error-aggregator/error-aggregator.token.ts

Referenced by#

Import#

import { CngxErrorAggregatorSourceEntry } from '@cngx/common/interactive'

Description#

One registered error source within an CngxErrorAggregatorContract.

key uniquely identifies the source within its aggregator. condition is the live signal the aggregator reads on every recompute. label is an optional human-readable string included in announcements.

Index#

Instance Properties#

condition#Signal
Readonly
Readonly
label#string | null
ReadonlyOptional