Highlight Node Request
data class HighlightNodeRequest(highlightConfig: HighlightConfig, nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?, selector: String?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightNode operation call.
Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified.
See also
Constructors
HighlightNodeRequest
Link copied to clipboard
fun HighlightNodeRequest(highlightConfig: HighlightConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, selector: String? = null)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
highlightConfig
Link copied to clipboard
objectId
Link copied to clipboard
Sources
jvm source
Link copied to clipboard