Skip to content
PACKAGES

workItemWorkQueueRecipe()

Creates a work item work queue recipe.

import { workItemWorkQueueRecipe } from "@graphrefly/ts/solutions/work-item/work-queue";
function workItemWorkQueueRecipe(
graph: Graph,
opts: WorkItemWorkQueueRecipeOptions,
): WorkItemWorkQueueRecipeBundle
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemWorkQueueRecipeOptionsOptions that configure the helper.

A bundle of graph-visible nodes for the recipe.

import { workItemWorkQueueRecipe } from "@graphrefly/ts/solutions/work-item/work-queue";

packages/ts/src/solutions/work-item/work-queue.ts