GraphReFlyTS

API Reference

workspaceProposalRepairActionDescriptorProjector()

Creates a workspace proposal repair action descriptor projector.

Import

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

Signature

function workspaceProposalRepairActionDescriptorProjector(
	graph: Graph,
	opts: WorkspaceProposalRepairActionDescriptorProjectorOptions,
): WorkspaceProposalRepairActionDescriptorProjectorBundle

Parameters

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkspaceProposalRepairActionDescriptorProjectorOptionsOptions that configure the helper.

Returns

A node bundle that emits the projected records.

Example

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

Source

packages/ts/src/solutions/work-item/workspace-family-applications.ts