GraphReFlyTS

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

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemAuthoringProjectorOptions<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