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
| 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
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