API Reference
workItemAuthoringProjector()
Creates a work item authoring projector.
Import
import { workItemAuthoringProjector } from "@graphrefly/ts/solutions/work-item/scheduling";
Signature
function workItemAuthoringProjector(
graph: Graph,
opts: WorkItemAuthoringProjectorOptions<TInput>,
): WorkItemAuthoringProjectorBundle<TInput>
Parameters
| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | WorkItemAuthoringProjectorOptions<TInput> | Options that configure the helper. |
Returns
A node bundle that emits the projected records.
Example
import { workItemAuthoringProjector } from "@graphrefly/ts/solutions/work-item/scheduling";
Source
packages/ts/src/solutions/work-item/scheduling-authoring.ts