ProvenanceChain
stableLinked chain of data sources showing transformation provenance
import { ProvenanceChain } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
stepsreq | ProvenanceStep[] | — | Chain steps with type (source|transform|inference|output), label, time, model, confidence, lastUpdatedAt |
title | string | — | Section header |
stalenessThresholdMs | number | 3600000 | Steps with lastUpdatedAt older than this (ms) show a gold stale indicator. Default 1h. |
stepsrequiredType
ProvenanceStep[]Default —Chain steps with type (source|transform|inference|output), label, time, model, confidence, lastUpdatedAt
titleType
stringDefault —Section header
stalenessThresholdMsType
numberDefault 3600000Steps with lastUpdatedAt older than this (ms) show a gold stale indicator. Default 1h.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?