diffGraphBlueprints()
Compute a canonical structural delta between two portable GraphBlueprints.
Runtime values, diagnostics, provenance and hash metadata are not structural events.
Import
Section titled “Import”import { diffGraphBlueprints } from "@graphrefly/ts/graph";Signature
Section titled “Signature”function diffGraphBlueprints( previous: GraphBlueprintEvidence, next: GraphBlueprintEvidence,): GraphBlueprintDeltaParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
previous | GraphBlueprintEvidence | Semantic parent Blueprint. |
next | GraphBlueprintEvidence | Current Blueprint. |
Returns
Section titled “Returns”A deterministic v1 structural event set.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/graph/blueprint-evidence.ts