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