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