14 lines
583 B
Markdown
14 lines
583 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeapProfiler](./puppeteer.protocol.heapprofiler.md) > [SamplingHeapProfileNode](./puppeteer.protocol.heapprofiler.samplingheapprofilenode.md) > [children](./puppeteer.protocol.heapprofiler.samplingheapprofilenode.children.md)
|
|
|
|
## Protocol.HeapProfiler.SamplingHeapProfileNode.children property
|
|
|
|
Child nodes.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
children: SamplingHeapProfileNode[];
|
|
```
|