Skip to content
PACKAGES

workspaceProposalApplicationFamilyRef()

Creates a workspace proposal application family ref.

import { workspaceProposalApplicationFamilyRef } from "@graphrefly/ts/solutions/work-item";
function workspaceProposalApplicationFamilyRef(
proposalFamily: WorkspaceProposalFamily,
emitted: WorkspaceProposalEmittedFactRefSource,
options: { readonly sourceRefs?: readonly SourceRef[] } = {},
): WorkspaceProposalApplicationFamilyRef
ParameterTypeDescription
proposalFamilyWorkspaceProposalFamilyproposal family value used by the helper.
emittedWorkspaceProposalEmittedFactRefSourceemitted value used by the helper.
options{ readonly sourceRefs?: readonly SourceRef[] }Options that configure the helper.

The stable key or reference string.

import { workspaceProposalApplicationFamilyRef } from "@graphrefly/ts/solutions/work-item/scheduling";

packages/ts/src/solutions/work-item/workspace-proposals.ts