kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
DetachedElementInfo
Detached
Element
Info
@
Serializable
data
class
DetachedElementInfo
(
val
treeNode
:
DOM.Node
,
val
retainedNodeIds
:
List
<
Int
>
)
A structure to hold the top-level node of a detached tree and an array of its retained descendants.
Members
Constructors
Detached
Element
Info
Link copied to clipboard
constructor
(
treeNode
:
DOM.Node
,
retainedNodeIds
:
List
<
Int
>
)
Properties
retained
Node
Ids
Link copied to clipboard
val
retainedNodeIds
:
List
<
Int
>
tree
Node
Link copied to clipboard
val
treeNode
:
DOM.Node