workspaceProposalFamilyOutcomeRef()
Creates a workspace proposal family outcome ref.
Import
Section titled “Import”import { workspaceProposalFamilyOutcomeRef } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function workspaceProposalFamilyOutcomeRef(outcome: WorkspaceProposalFamilyOutcomeRecord): WorkspaceProposalFamilyOutcomeRefParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
outcome | WorkspaceProposalFamilyOutcomeRecord | Outcome value to record or index. |
Returns
Section titled “Returns”The stable key or reference string.
Example
Section titled “Example”import { workspaceProposalFamilyOutcomeRef } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-family-applications.ts