HighlightSourceOrderRequest

@Serializable
data class HighlightSourceOrderRequest(val sourceOrderConfig: SourceOrderConfig, val nodeId: NodeId? = null, val backendNodeId: BackendNodeId? = null, val objectId: RemoteObjectId? = null)(source)

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

Constructors

Link copied to clipboard
constructor(sourceOrderConfig: SourceOrderConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)

Types

Link copied to clipboard
class Builder(val sourceOrderConfig: SourceOrderConfig)

Properties

Link copied to clipboard

Identifier of the backend node to highlight.

Link copied to clipboard
val nodeId: NodeId? = null

Identifier of the node to highlight.

Link copied to clipboard

JavaScript object id of the node to be highlighted.

Link copied to clipboard

A descriptor for the appearance of the overlay drawing.