GraphReFlyTS

API Reference

workspaceProposalApplicationFamilyRef()

Creates a workspace proposal application family ref.

Import

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

Signature

function workspaceProposalApplicationFamilyRef(
	proposalFamily: WorkspaceProposalFamily,
	emitted: WorkspaceProposalEmittedFactRefSource,
	options: { readonly sourceRefs?: readonly SourceRef[] } = {},
): WorkspaceProposalApplicationFamilyRef

Parameters

ParameterTypeDescription
proposalFamilyWorkspaceProposalFamilyproposal family value used by the helper.
emittedWorkspaceProposalEmittedFactRefSourceemitted value used by the helper.
options{ readonly sourceRefs?: readonly SourceRef[] }Options that configure the helper.

Returns

The stable key or reference string.

Example

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

Source

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