Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / config / LibraryEntry

Interface: LibraryEntry

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:34

Configured content library entry. When present in a NormalizedConfig.libraries array, it identifies a library by ID and optionally marks it as site-private.

The simpler string form (an ID alone) is equivalent to {id, siteLibrary: false}.

Properties

id

id: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:36

Library ID (or site ID for site-private libraries)


siteLibrary?

optional siteLibrary: boolean

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:38

True if this library is site-private (lookup uses the site-library API)

Released under the Apache-2.0 License.