Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.domsnapshot
/
NameValue
Name
Value
data class
NameValue
(name:
String
, value:
String
)
Content copied to clipboard
A name/value pair.
Constructors
Properties
Sources
Constructors
NameValue
Link copied to clipboard
fun
NameValue
(name:
String
, value:
String
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Attribute/property name.
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard
Attribute/property value.
Sources
jvm source
Link copied to clipboard