index
@gooi/symbol-graph / symbol-graph-contracts/symbol-graph.contracts
symbol-graph-contracts/symbol-graph.contracts
Interfaces
| Interface | Description |
|---|---|
| BuildSymbolGraphSnapshotInput | Input payload for symbol graph snapshot creation. |
| SignalImpactDerivationInput | Input payload for signal impact edge derivation. |
Type Aliases
| Type Alias | Description |
|---|---|
| SymbolGraphSnapshot | Parsed symbol graph snapshot. |
| SymbolGraphSymbol | Parsed symbol graph symbol. |
| SymbolReferenceEdge | Parsed symbol reference edge. |
Variables
| Variable | Description |
|---|---|
| renameConstraintSchema | Rename policy for one symbol kind. |
| symbolGraphArtifactVersionSchema | Artifact version for symbol graph snapshots. |
| symbolGraphSnapshotSchema | Symbol graph snapshot artifact. |
| symbolGraphSymbolSchema | One symbol in the symbol graph. |
| symbolKindSchema | Symbol kinds represented in the authoring symbol graph. |
| symbolReferenceEdgeSchema | One reference edge in the symbol graph. |
| symbolRelationshipSchema | Relationship kinds represented in the symbol reference graph. |