14 lines
529 B
Markdown
14 lines
529 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) > [MoveToRequest](./puppeteer.protocol.dom.movetorequest.md) > [targetNodeId](./puppeteer.protocol.dom.movetorequest.targetnodeid.md)
|
|
|
|
## Protocol.DOM.MoveToRequest.targetNodeId property
|
|
|
|
Id of the element to drop the moved node into.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
targetNodeId: NodeId;
|
|
```
|