workspaceProposalRequiredInputResponseApplicationProjector()
Creates a workspace proposal required input response application projector.
Import
Section titled “Import”import { workspaceProposalRequiredInputResponseApplicationProjector } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function workspaceProposalRequiredInputResponseApplicationProjector( graph: Graph, opts: WorkspaceProposalRequiredInputResponseApplicationProjectorOptions<TValue>,): WorkspaceProposalRequiredInputResponseApplicationProjectorBundle<TValue>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | WorkspaceProposalRequiredInputResponseApplicationProjectorOptions<TValue> | Options that configure the helper. |
Returns
Section titled “Returns”A node bundle that emits the projected records.
Example
Section titled “Example”import { workspaceProposalRequiredInputResponseApplicationProjector } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-family-applications.ts