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

14 lines
509 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) &gt; [name](./puppeteer.protocol.profiler.typeobject.name.md)
## Protocol.Profiler.TypeObject.name property
Name of a type collected with type profiling.
<b>Signature:</b>
```typescript
name: string;
```