---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/content](../index.md) / LibraryNodeType

# Type Alias: LibraryNodeType

> **LibraryNodeType** = `"LIBRARY"` \| `"PAGE"` \| `"CONTENT"` \| `"COMPONENT"` \| `"FRAGMENT"` \| `"STATIC"`

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:17](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/eee4a3582430c731fadd77072888a1468c2fe25b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L17)

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.
