recordWorkspaceProposal()
Records workspace proposal.
Import
Section titled “Import”import { recordWorkspaceProposal } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function recordWorkspaceProposal( input: WorkspaceProposalReadyRequest<TDraft> | unknown, options: WorkspaceProposalProjectorOptions = {},): WorkspaceProposalRecordResult<TDraft>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
input | WorkspaceProposalReadyRequest<TDraft> | unknown | Input value to project or validate. |
options | WorkspaceProposalProjectorOptions | Options that configure the helper. |
Returns
Section titled “Returns”The record workspace proposal result.
Example
Section titled “Example”import { recordWorkspaceProposal } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-proposals.ts