chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / TakeComputedStyleUpdatesResponse

TakeComputedStyleUpdatesResponse

data class TakeComputedStyleUpdatesResponse

Response type for the CSSDomain.takeComputedStyleUpdates command.

Constructors

<init>

Response type for the CSSDomain.takeComputedStyleUpdates command.

TakeComputedStyleUpdatesResponse(nodeIds: List<NodeId>)

Properties

nodeIds

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

val nodeIds: List<NodeId>