workItemWorkQueueRecipe()
Creates a work item work queue recipe.
Import
Section titled “Import”import { workItemWorkQueueRecipe } from "@graphrefly/ts/solutions/work-item/work-queue";Signature
Section titled “Signature”function workItemWorkQueueRecipe( graph: Graph, opts: WorkItemWorkQueueRecipeOptions,): WorkItemWorkQueueRecipeBundleParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
graph | Graph | Graph that owns the created nodes or projector. |
opts | WorkItemWorkQueueRecipeOptions | Options that configure the helper. |
Returns
Section titled “Returns”A bundle of graph-visible nodes for the recipe.
Example
Section titled “Example”import { workItemWorkQueueRecipe } from "@graphrefly/ts/solutions/work-item/work-queue";Source
Section titled “Source”packages/ts/src/solutions/work-item/work-queue.ts