workItemEffectPlanProjector()
Creates a work item effect plan projector.
Import
Section titled “Import”import { workItemEffectPlanProjector } from "@graphrefly/ts/solutions/work-item/scheduling";Signature
Section titled “Signature”function workItemEffectPlanProjector( graph: Graph, opts: WorkItemEffectPlanProjectorOptions<TInput>,): WorkItemEffectPlanProjectorBundle<TInput>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | WorkItemEffectPlanProjectorOptions<TInput> | Options that configure the helper. |
Returns
Section titled “Returns”A node bundle that emits the projected records.
Example
Section titled “Example”import { workItemEffectPlanProjector } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/scheduling-effect-plan.ts