TakeComputedStyleUpdatesReturn

@Serializable
data class TakeComputedStyleUpdatesReturn(val nodeIds: List<Int>)

Constructors

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

Properties

Link copied to clipboard

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