kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
SetNodeValueParameter
Set
Node
Value
Parameter
@
Serializable
data
class
SetNodeValueParameter
(
val
nodeId
:
Int
,
val
value
:
String
)
Members
Constructors
Set
Node
Value
Parameter
Link copied to clipboard
constructor
(
nodeId
:
Int
,
value
:
String
)
Properties
node
Id
Link copied to clipboard
val
nodeId
:
Int
Id of the node to set value for.
value
Link copied to clipboard
val
value
:
String
New node's value.