---
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/d2e58e4f1db44e0a640eb7f21c14a77b6380b451/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.
