chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / HighlightSourceOrderRequest

HighlightSourceOrderRequest

data class HighlightSourceOrderRequest

Request object containing input parameters for the OverlayDomain.highlightSourceOrder command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.highlightSourceOrder command.

HighlightSourceOrderRequest(sourceOrderConfig: SourceOrderConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Properties

backendNodeId

Identifier of the backend node to highlight.

val backendNodeId: BackendNodeId?

nodeId

Identifier of the node to highlight.

val nodeId: NodeId?

objectId

JavaScript object id of the node to be highlighted.

val objectId: RemoteObjectId?

sourceOrderConfig

A descriptor for the appearance of the overlay drawing.

val sourceOrderConfig: SourceOrderConfig