workItemVerificationRequestLowerer()
Creates a work item verification request lowerer.
Import
Section titled “Import”import { workItemVerificationRequestLowerer } from "@graphrefly/ts/solutions/work-item/scheduling";Signature
Section titled “Signature”function workItemVerificationRequestLowerer( graph: Graph, opts: WorkItemVerificationRequestLowererOptions<TInput>,): WorkItemVerificationRequestLowererBundle<TInput>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | WorkItemVerificationRequestLowererOptions<TInput> | Options that configure the helper. |
Returns
Section titled “Returns”The work item verification request lowerer result.
Example
Section titled “Example”import { workItemVerificationRequestLowerer } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/scheduling-verification.ts