chrome-devtools-kotlin
Toggle table of contents
7.0.0-1400418
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.domsnapshot
/
RareIntegerData
Rare
Integer
Data
@
Serializable
data
class
RareIntegerData
(
val
index
:
List
<
Int
>
,
val
value
:
List
<
Int
>
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Rare
Integer
Data
Link copied to clipboard
constructor
(
index
:
List
<
Int
>
,
value
:
List
<
Int
>
)
Properties
index
Link copied to clipboard
val
index
:
List
<
Int
>
(undocumented in the protocol definition)
value
Link copied to clipboard
val
value
:
List
<
Int
>
(undocumented in the protocol definition)