Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / scaffold / appendContent

Function: appendContent()

appendContent(existingContent, newContent): string

Defined in: packages/b2c-tooling-sdk/src/scaffold/merge.ts:220

Append content to the end of existing content

Parameters

existingContent

string

The existing text content

newContent

string

Content to append

Returns

string

Updated content

Released under the Apache-2.0 License.