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

[@salesforce/b2c-tooling-sdk](../../modules.md) / [docs](../index.md) / DocEntry

# Interface: DocEntry

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:22](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/docs/types.ts#L22)

A documentation entry in the search index.

## Properties

### filePath

> **filePath**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:28](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/docs/types.ts#L28)

The filename (e.g., "dw.catalog.ProductMgr.md")

***

### id

> **id**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:24](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/docs/types.ts#L24)

Unique identifier - the filename without .md extension (e.g., "dw.catalog.ProductMgr")

***

### preview?

> `optional` **preview**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:30](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/docs/types.ts#L30)

Optional preview/excerpt from the document

***

### title

> **title**: `string`

Defined in: [packages/b2c-tooling-sdk/src/docs/types.ts:26](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/docs/types.ts#L26)

The title from the document heading (e.g., "Class ProductMgr")
