BuildSymbolGraphSnapshotInput
@gooi/symbol-graph / symbol-graph-contracts/symbol-graph.contracts / BuildSymbolGraphSnapshotInput
Interface: BuildSymbolGraphSnapshotInput
Defined in: symbol-graph-contracts/symbol-graph.contracts.ts:114
Input payload for symbol graph snapshot creation.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
references | readonly | readonly object[] | Base references before derived signal impact edges are added. | symbol-graph-contracts/symbol-graph.contracts.ts:120 |
renameConstraints | readonly | readonly object[] | Rename constraints by symbol kind. | symbol-graph-contracts/symbol-graph.contracts.ts:124 |
signalImpact | readonly | SignalImpactDerivationInput | Signal impact derivation input. | symbol-graph-contracts/symbol-graph.contracts.ts:122 |
sourceHash | readonly | string | Content hash of source artifacts used to build the snapshot. | symbol-graph-contracts/symbol-graph.contracts.ts:116 |
symbols | readonly | readonly object[] | Base symbol table. | symbol-graph-contracts/symbol-graph.contracts.ts:118 |