workspaceProposalApplicationFamilyRef()
Creates a workspace proposal application family ref.
Import
Section titled “Import”import { workspaceProposalApplicationFamilyRef } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function workspaceProposalApplicationFamilyRef( proposalFamily: WorkspaceProposalFamily, emitted: WorkspaceProposalEmittedFactRefSource, options: { readonly sourceRefs?: readonly SourceRef[] } = {},): WorkspaceProposalApplicationFamilyRefParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
proposalFamily | WorkspaceProposalFamily | proposal family value used by the helper. |
emitted | WorkspaceProposalEmittedFactRefSource | emitted value used by the helper. |
options | { readonly sourceRefs?: readonly SourceRef[] } | Options that configure the helper. |
Returns
Section titled “Returns”The stable key or reference string.
Example
Section titled “Example”import { workspaceProposalApplicationFamilyRef } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-proposals.ts