Skip to content

composeResolvedContent

reference
1 min readUpdated

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

ts
function composeResolvedContent(current: string, resolutions: SectionResolution[]): string

Parameters

NameType
currentstring
resolutionsSectionResolution[]

Returns: string

Was this page helpful?

Download as PDF