Skip to content
PACKAGES

depCount()

Number of declared dep slots visible in this invocation.

import { depCount } from "@graphrefly/ts/core";
function depCount(ctx: Ctx): number
ParameterTypeDescription
ctxCtxNode execution context supplied by the dispatcher.

A number value.

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

packages/ts/src/ctx/types.ts