kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOMSnapshot
/
RareStringData
Rare
String
Data
@
Serializable
data
class
RareStringData
(
val
index
:
List
<
Int
>
,
val
value
:
List
<
Int
>
)
Data that is only present on rare nodes.
Members
Constructors
Rare
String
Data
Link copied to clipboard
constructor
(
index
:
List
<
Int
>
,
value
:
List
<
Int
>
)
Properties
index
Link copied to clipboard
val
index
:
List
<
Int
>
value
Link copied to clipboard
val
value
:
List
<
Int
>