toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
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)