GraphReFlyTS

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

ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemVerificationResultMapperOptions<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