GraphReFlyTS

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

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