pl.wendigo.chrome.api.css / SetEffectivePropertyValueForNodeRequest

SetEffectivePropertyValueForNodeRequest

data class SetEffectivePropertyValueForNodeRequest (source)

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

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

Link
CSS#setEffectivePropertyValueForNode method documentation.

See Also

CSSOperations.setEffectivePropertyValueForNode

Constructors

<init>

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

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

Properties

nodeId

val nodeId: NodeId

The element id for which to set property.

propertyName

val propertyName: String

value

val value: String