puppeteer/new-docs/puppeteer.protocol.profiler.scripttypeprofile.entries.md

14 lines
601 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; [ScriptTypeProfile](./puppeteer.protocol.profiler.scripttypeprofile.md) &gt; [entries](./puppeteer.protocol.profiler.scripttypeprofile.entries.md)
## Protocol.Profiler.ScriptTypeProfile.entries property
Type profile entries for parameters and return values of the functions in the script.
<b>Signature:</b>
```typescript
entries: TypeProfileEntry[];
```