HighlightSourceOrderRequest

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

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)

A builder for HighlightSourceOrderRequest, which allows setting the optional parameters of the OverlayDomain.highlightSourceOrder command via a lambda.

Properties

Link copied to clipboard

Identifier of the backend node to highlight.

Link copied to clipboard

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.