Skip to content
PACKAGES

workItemDomainActionApplicationProjector()

Creates a work item domain action application projector.

import { workItemDomainActionApplicationProjector } from "@graphrefly/ts/solutions/work-item/actions";
function workItemDomainActionApplicationProjector(
graph: Graph,
opts: WorkItemDomainActionApplicationOptions<TInput>,
): WorkItemDomainActionApplicationBundle<TInput>
ParameterTypeDescription
graphGraphGraph that owns the created nodes or projector.
optsWorkItemDomainActionApplicationOptions<TInput>Options that configure the helper.

A node bundle that emits the projected records.

import { workItemDomainActionApplicationProjector } from "@graphrefly/ts/solutions/work-item/actions";

packages/ts/src/solutions/work-item/actions-application.ts