projectWorkspaceProposalRepairSuccessorProposalIntakePreview()
Projects workspace proposal repair successor proposal intake preview.
Import
Section titled “Import”import { projectWorkspaceProposalRepairSuccessorProposalIntakePreview } from "@graphrefly/ts/solutions/work-item";Signature
Section titled “Signature”function projectWorkspaceProposalRepairSuccessorProposalIntakePreview( intent: WorkspaceProposalRepairActionIntent | unknown, options: WorkspaceProposalRepairActionIntentValidationOptions & WorkspaceProposalRepairSuccessorProposalIntakePreviewOptions = {},): WorkspaceProposalRepairSuccessorProposalIntakePreviewParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
intent | WorkspaceProposalRepairActionIntent | unknown | intent value used by the helper. |
options | WorkspaceProposalRepairActionIntentValidationOptions & WorkspaceProposalRepairSuccessorProposalIntakePreviewOptions | Options that configure the helper. |
Returns
Section titled “Returns”The project workspace proposal repair successor proposal intake preview result.
Example
Section titled “Example”import { projectWorkspaceProposalRepairSuccessorProposalIntakePreview } from "@graphrefly/ts/solutions/work-item/scheduling";Source
Section titled “Source”packages/ts/src/solutions/work-item/workspace-family-applications.ts