19 lines
719 B
Markdown
19 lines
719 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOM](./puppeteer.protocol.dom.md) > [GetNodeStackTracesResponse](./puppeteer.protocol.dom.getnodestacktracesresponse.md)
|
||
|
|
||
|
## Protocol.DOM.GetNodeStackTracesResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface GetNodeStackTracesResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [creation](./puppeteer.protocol.dom.getnodestacktracesresponse.creation.md) | [Runtime.StackTrace](./puppeteer.protocol.runtime.stacktrace.md) | Creation stack trace, if available. |
|
||
|
|