14 lines
509 B
Markdown
14 lines
509 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [TypeObject](./puppeteer.protocol.profiler.typeobject.md) > [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;
|
||
|
```
|