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