Skip to content
PACKAGES

depBatch()

Flattened DATA projection for event-counting operator bodies; null = no wave.

import { depBatch } from "@graphrefly/ts/core";
function depBatch(
ctx: Ctx,
depIndex: number,
): readonly unknown[] | null
ParameterTypeDescription
ctxCtxNode execution context supplied by the dispatcher.
depIndexnumberdep index value used by the helper.

A readonly unknown[] | null value.

import { depBatch } from "@graphrefly/ts/core";

packages/ts/src/ctx/types.ts