Skip to main content

Interface: CitationNetworkResult

Defined in: src/types/interfaces/discovery.interface.ts:883

The citation network, as edges plus a total.

Properties​

citations​

readonly citations: readonly CitationRelationship[]

Defined in: src/types/interfaces/discovery.interface.ts:885

Directed citations, from the citing paper to the cited one.


total​

readonly total: number

Defined in: src/types/interfaces/discovery.interface.ts:887

How many edges the whole network holds, whether or not all were returned.


truncated​

readonly truncated: boolean

Defined in: src/types/interfaces/discovery.interface.ts:889

Whether the network was cut short at the limit.