Highlight Source Order Request
data class HighlightSourceOrderRequest(sourceOrderConfig: SourceOrderConfig, nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?)
Content copied to clipboard
Represents request frame that can be used with Overlay#highlightSourceOrder operation call.
Highlights the source order of the children of the DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified.
See also
Constructors
HighlightSourceOrderRequest
Link copied to clipboard
fun HighlightSourceOrderRequest(sourceOrderConfig: SourceOrderConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null)
Content copied to clipboard
Properties
backendNodeId
Link copied to clipboard
objectId
Link copied to clipboard
sourceOrderConfig
Link copied to clipboard
Sources
jvm source
Link copied to clipboard