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