data class HighlightSourceOrderRequest
Request object containing input parameters for the OverlayDomain.highlightSourceOrder command.
<init> |
Request object containing input parameters for the OverlayDomain.highlightSourceOrder command. HighlightSourceOrderRequest(sourceOrderConfig: SourceOrderConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null) |
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 |