Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / docs / readEntryContent

Function: readEntryContent()

readEntryContent(entry): Promise<string>

Defined in: packages/b2c-tooling-sdk/src/docs/search.ts:482

Reads the content of a resolved DocEntry, choosing bundled-file vs. online fetch based on whether the entry ships its content on disk.

Parameters

entry

DocEntry

Returns

Promise<string>

Released under the Apache-2.0 License.