Skip to content
PACKAGES

workItemAuthoringProjector()

Creates a work item authoring projector.

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

A node bundle that emits the projected records.

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

packages/ts/src/solutions/work-item/scheduling-authoring.ts