Skip to content
PACKAGES

workItemEffectPlanProjector()

Creates a work item effect plan projector.

import { workItemEffectPlanProjector } from "@graphrefly/ts/solutions/work-item/scheduling";
function workItemEffectPlanProjector(
graph: Graph,
opts: WorkItemEffectPlanProjectorOptions<TInput>,
): WorkItemEffectPlanProjectorBundle<TInput>
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemEffectPlanProjectorOptions<TInput>Options that configure the helper.

A node bundle that emits the projected records.

import { workItemEffectPlanProjector } from "@graphrefly/ts/solutions/work-item/scheduling";

packages/ts/src/solutions/work-item/scheduling-effect-plan.ts