Skip to content
PACKAGES

depWaves()

DATA/SENTINEL projection batches delivered by one dep in this invocation.

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

A readonly (readonly unknown[])[] value.

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

packages/ts/src/ctx/types.ts