chrome-devtools-kotlin
5.3.0-1170846
common
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
>
)
(
source
)
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
>
value
Link copied to clipboard
val
value
:
List
<
StringIndex
>