puppeteer/new-docs/puppeteer.protocol.profiler.typeobject.md

21 lines
654 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Profiler](./puppeteer.protocol.profiler.md) &gt; [TypeObject](./puppeteer.protocol.profiler.typeobject.md)
## Protocol.Profiler.TypeObject interface
Describes a type collected during runtime.
<b>Signature:</b>
```typescript
export interface TypeObject
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [name](./puppeteer.protocol.profiler.typeobject.name.md) | string | Name of a type collected with type profiling. |