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

x/rimbu/table/custom/index.ts>TableBase.Context

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

Properties

readonly
_fixedKeys: readonly [UR, UC]
readonly
typeTag: string

A string tag defining the specific collection type

readonly
_types: Tp
readonly
rowContext: (Tp & Row<UR, UC, any>)["rowContext"]

The context used for the internal row map instances.

readonly
columnContext: (Tp & Row<UR, UC, any>)["columnContext"]

The context used for the internal column map instances.