kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
GetContentQuadsParameter
Get
Content
Quads
Parameter
@
Serializable
data
class
GetContentQuadsParameter
(
val
nodeId
:
Int
?
=
null
,
val
backendNodeId
:
Int
?
=
null
,
val
objectId
:
String
?
=
null
)
Members
Constructors
Get
Content
Quads
Parameter
Link copied to clipboard
constructor
(
nodeId
:
Int
?
=
null
,
backendNodeId
:
Int
?
=
null
,
objectId
:
String
?
=
null
)
Properties
backend
Node
Id
Link copied to clipboard
val
backendNodeId
:
Int
?
=
null
Identifier of the backend node.
node
Id
Link copied to clipboard
val
nodeId
:
Int
?
=
null
Identifier of the node.
object
Id
Link copied to clipboard
val
objectId
:
String
?
=
null
JavaScript object id of the node wrapper.