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