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