import { type GraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/interface/graph-base.ts";
const { Context } = GraphBase;
Type Parameters
optional
Tp extends GraphBase.Types = GraphBase.TypesProperties
readonly
_fixedType: UNreadonly
linkMapContext: WithGraphValues<Tp, UN, unknown>["linkMapContext"]The context
instance used to create internal link maps
readonly
linkConnectionsContext: WithGraphValues<Tp, UN, unknown>["linkConnectionsContext"]The context
instance used to create internal connection collections