Interface: CitationNetworkResult
Defined in: src/types/interfaces/discovery.interface.ts:883
The citation network, as edges plus a total.
Properties
citations
readonlycitations: readonlyCitationRelationship[]
Defined in: src/types/interfaces/discovery.interface.ts:885
Directed citations, from the citing paper to the cited one.
total
readonlytotal:number
Defined in: src/types/interfaces/discovery.interface.ts:887
How many edges the whole network holds, whether or not all were returned.
truncated
readonlytruncated:boolean
Defined in: src/types/interfaces/discovery.interface.ts:889
Whether the network was cut short at the limit.