Kind: Function
Source: atloria-monorepo/apps/web/src/components/change-requests/section-merge.ts
Apply a list of per-section resolutions onto the current full document
content, returning the composed resolvedContent to POST back.
Signature
tsfunction composeResolvedContent(current: string, resolutions: SectionResolution[]): string
Parameters
| Name | Type |
|---|---|
current | string |
resolutions | SectionResolution[] |
Returns: string
Was this page helpful?