TrackComputedStyleUpdatesRequest

@Serializable
data class TrackComputedStyleUpdatesRequest(val propertiesToTrack: List<CSSComputedStyleProperty>)

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

Constructors

Link copied to clipboard
constructor(propertiesToTrack: List<CSSComputedStyleProperty>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)