Highlight Node Request
@Serializable
Request object containing input parameters for the OverlayDomain.highlightNode command.
Constructors
Link copied to clipboard
constructor(highlightConfig: HighlightConfig, nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, selector: String? = null)
Types
Link copied to clipboard
A builder for HighlightNodeRequest, which allows setting the optional parameters of the OverlayDomain.highlightNode command via a lambda.