Skip to content
PACKAGES

depTerminal()

Terminal metadata for one dep: false = none, true = COMPLETE, otherwise ERROR payload.

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

The dep terminal result.

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

packages/ts/src/ctx/types.ts