pl.wendigo.chrome.domain.css / SetEffectivePropertyValueForNodeRequest

SetEffectivePropertyValueForNodeRequest

data class SetEffectivePropertyValueForNodeRequest (source)

Represents request frame that can be used with CSS.setEffectivePropertyValueForNode method call.

Find a rule with the given active property for the given node and set the new value for this property

Constructors

<init>

SetEffectivePropertyValueForNodeRequest(nodeId: NodeId, propertyName: String, value: String)

Represents request frame that can be used with CSS.setEffectivePropertyValueForNode method call.

Properties

nodeId

val nodeId: NodeId

The element id for which to set property.

propertyName

val propertyName: String

value

val value: String