toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.domsnapshot
/
RareStringData
Rare
String
Data
@
Serializable
data
class
RareStringData
(
val
index
:
List
<
Int
>
,
val
value
:
List
<
StringIndex
>
)
Data that is only present on rare nodes.
Official doc
Members
Constructors
Rare
String
Data
Link copied to clipboard
constructor
(
index
:
List
<
Int
>
,
value
:
List
<
StringIndex
>
)
Properties
index
Link copied to clipboard
val
index
:
List
<
Int
>
(undocumented in the protocol definition)
value
Link copied to clipboard
val
value
:
List
<
StringIndex
>
(undocumented in the protocol definition)