GraphReFlyTS

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

ParameterTypeDescription
ctxCtxNode execution context supplied by the dispatcher.
depIndexnumberdep 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