## crawlTypedValue() function

Crawls the typed value synchronously.

**Signature:**

```typescript
export declare function crawlTypedValue(typedValue: TypedValue, visitor: CrawlerVisitor, options?: CrawlerOptions): void;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| typedValue | [TypedValue](/content/docs/sdk/core.typedvalue) | The typed value to crawl. |
| visitor | [CrawlerVisitor](/content/docs/sdk/core.crawlervisitor) | The visitor functions to apply while crawling. |
| options | [CrawlerOptions](/content/docs/sdk/core.crawleroptions) | _(Optional)_ Options for how to crawl the typed value. |

**Returns:**

void

- [crawlTypedValue() function](/content/docs/sdk/core.crawltypedvalue#crawltypedvalue-function/index.html)  
- [Parameters](/content/docs/sdk/core.crawltypedvalue#parameters/index.html)
