mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
952 B
Markdown
22 lines
952 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) > [TypeProfileEntry](./puppeteer.protocol.profiler.typeprofileentry.md)
|
||
|
|
||
|
## Protocol.Profiler.TypeProfileEntry interface
|
||
|
|
||
|
Source offset and types for a parameter or return value.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface TypeProfileEntry
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [offset](./puppeteer.protocol.profiler.typeprofileentry.offset.md) | [integer](./puppeteer.protocol.integer.md) | Source offset of the parameter or end of function for return values. |
|
||
|
| [types](./puppeteer.protocol.profiler.typeprofileentry.types.md) | [TypeObject](./puppeteer.protocol.profiler.typeobject.md)<!-- -->\[\] | The types for this parameter or return value. |
|
||
|
|