952 B
952 B
Home > puppeteer > Protocol > Profiler > TypeProfileEntry
Protocol.Profiler.TypeProfileEntry interface
Source offset and types for a parameter or return value.
Signature:
export interface TypeProfileEntry
Properties
Property | Type | Description |
---|---|---|
offset | integer | Source offset of the parameter or end of function for return values. |
types | TypeObject[] | The types for this parameter or return value. |