Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/content / LibraryNodeType

Type Alias: LibraryNodeType

LibraryNodeType = "LIBRARY" | "PAGE" | "CONTENT" | "COMPONENT" | "FRAGMENT" | "STATIC"

Defined in: packages/b2c-tooling-sdk/src/operations/content/types.ts:17

Node types in a content library tree.

FRAGMENT represents a Page Designer "content block" — a <content> element whose type is fragment.*. Unlike a COMPONENT (at most one incoming link), a fragment is a shared/reusable singleton that can be linked from multiple pages or other content; every placement references the same underlying object.

Released under the Apache-2.0 License.