puppeteer/new-docs/puppeteer.protocol.dom.childnodecountupdatedevent.childnodecount.md

14 lines
559 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; [DOM](./puppeteer.protocol.dom.md) &gt; [ChildNodeCountUpdatedEvent](./puppeteer.protocol.dom.childnodecountupdatedevent.md) &gt; [childNodeCount](./puppeteer.protocol.dom.childnodecountupdatedevent.childnodecount.md)
## Protocol.DOM.ChildNodeCountUpdatedEvent.childNodeCount property
New node count.
<b>Signature:</b>
```typescript
childNodeCount: integer;
```