Skip to content

@graphty/algorithms / types / CentralityOptions

Interface: CentralityOptions ​

Defined in: types/index.ts:90

Extended by ​

Properties ​

endpoints? ​

optional endpoints: boolean

Defined in: types/index.ts:92


mode? ​

optional mode: "in" | "out" | "total"

Defined in: types/index.ts:93


normalized? ​

optional normalized: boolean

Defined in: types/index.ts:91