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