kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOMSnapshot
/
LayoutTreeNode
/
LayoutTreeNode
Layout
Tree
Node
constructor
(
domNodeIndex
:
Int
,
boundingBox
:
DOM.Rect
,
layoutText
:
String
?
=
null
,
inlineTextNodes
:
List
<
DOMSnapshot.InlineTextBox
>
?
=
null
,
styleIndex
:
Int
?
=
null
,
paintOrder
:
Int
?
=
null
,
isStackingContext
:
Boolean
?
=
null
)