Type Alias: GraphType<N, E, G>
GraphType<
N,E,G>:AbstractGraph<N,E,G> |GraphConstructor<N,E,G>
Defined in: packages/core/src/types.ts:17
Type Parameters
• N extends Attributes = Attributes
• E extends Attributes = Attributes
• G extends Attributes = Attributes