API Reference
workItemDomainActionProposalIntakeProjector()
Creates a work item domain action proposal intake projector.
Import
import { workItemDomainActionProposalIntakeProjector } from "@graphrefly/ts/solutions/work-item/actions";
Signature
function workItemDomainActionProposalIntakeProjector(
graph: Graph,
opts: WorkItemDomainActionIntakeOptions,
): WorkItemDomainActionIntakeBundle
Parameters
| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | WorkItemDomainActionIntakeOptions | Options that configure the helper. |
Returns
A node bundle that emits the projected records.
Example
import { workItemDomainActionProposalIntakeProjector } from "@graphrefly/ts/solutions/work-item/actions";
Source
packages/ts/src/solutions/work-item/actions-intake.ts