Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/graph/custom/index.ts>ValuedGraphBase.Context

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ValuedGraphBase.Context
implements Factory<Tp, UN>
import { type ValuedGraphBase } from "https://deno.land/x/rimbu@0.14.1/graph/custom/index.ts";
const { Context } = ValuedGraphBase;

Properties

readonly
_fixedType: UN
readonly
typeTag: string

A string tag defining the specific collection type

readonly
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 maps

readonly
isDirected: boolean

Returns true if the graphs created by this context are arrow (directed) graphs.