InspectedElementAnchorConfig

@Serializable
data class InspectedElementAnchorConfig(val nodeId: Int? = null, val backendNodeId: Int? = null)

Constructors

Link copied to clipboard
constructor(nodeId: Int? = null, backendNodeId: Int? = null)

Properties

Link copied to clipboard
val backendNodeId: Int? = null

Identifier of the backend node to highlight.

Link copied to clipboard
val nodeId: Int? = null

Identifier of the node to highlight.