API Reference
depWaves()
DATA/SENTINEL projection batches delivered by one dep in this invocation.
Import
import { depWaves } from "@graphrefly/ts/core";
Signature
function depWaves(
ctx: Ctx,
depIndex: number,
): readonly (readonly unknown[])[]
Parameters
| Parameter | Type | Description |
|---|---|---|
ctx | Ctx | Node execution context supplied by the dispatcher. |
depIndex | number | dep index value used by the helper. |
Returns
A readonly (readonly unknown[])[] value.
Example
import { depWaves } from "@graphrefly/ts/core";
Source
packages/ts/src/ctx/types.ts