mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
635 B
635 B
Home > puppeteer > Protocol > DOMSnapshot > DOMNode > layoutNodeIndex
Protocol.DOMSnapshot.DOMNode.layoutNodeIndex property
The index of the node's related layout tree node in the layoutTreeNodes
array returned by getSnapshot
, if any.
Signature:
layoutNodeIndex?: integer;