TrackComputedStyleUpdatesForNodeRequest

@Serializable
data class TrackComputedStyleUpdatesForNodeRequest(val nodeId: NodeId? = null)

Request object containing input parameters for the CSSDomain.trackComputedStyleUpdatesForNode command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId? = null)

Types

Link copied to clipboard
class Builder

A builder for TrackComputedStyleUpdatesForNodeRequest, which allows setting the optional parameters of the CSSDomain.trackComputedStyleUpdatesForNode command via a lambda.

Properties

Link copied to clipboard
val nodeId: NodeId? = null

(undocumented in the protocol definition)