TakeComputedStyleUpdatesResponse

@Serializable
data class TakeComputedStyleUpdatesResponse(val nodeIds: List<NodeId>)(source)

Response type for the CSSDomain.takeComputedStyleUpdates command.

Constructors

Link copied to clipboard
constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

The list of node Ids that have their tracked computed styles updated.