GraphReFlyTS

API Reference

workspaceProposalRepairActionIntentProjector()

Creates a workspace proposal repair action intent projector.

Import

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

Signature

function workspaceProposalRepairActionIntentProjector(
	graph: Graph,
	opts: WorkspaceProposalRepairActionIntentProjectorOptions,
): WorkspaceProposalRepairActionIntentProjectorBundle

Parameters

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

Returns

A node bundle that emits the projected records.

Example

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

Source

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