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

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

# Interface: TreeStringOptions

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

Options for generating a tree string visualization.

## Properties

### colorize?

> `optional` **colorize**: [`ColorizeFn`](../type-aliases/ColorizeFn.md)

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

Optional colorize function for terminal styling. When omitted, plain text is returned.

***

### traverseHidden?

> `optional` **traverseHidden**: `boolean`

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

Whether to include hidden nodes in the output.

#### Default

```ts
false
```
