kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Overlay
/
InspectedElementAnchorConfig
Inspected
Element
Anchor
Config
@
Serializable
data
class
InspectedElementAnchorConfig
(
val
nodeId
:
Int
?
=
null
,
val
backendNodeId
:
Int
?
=
null
)
Members
Constructors
Inspected
Element
Anchor
Config
Link copied to clipboard
constructor
(
nodeId
:
Int
?
=
null
,
backendNodeId
:
Int
?
=
null
)
Properties
backend
Node
Id
Link copied to clipboard
val
backendNodeId
:
Int
?
=
null
Identifier of the backend node to highlight.
node
Id
Link copied to clipboard
val
nodeId
:
Int
?
=
null
Identifier of the node to highlight.