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

SetEffectivePropertyValueForNodeRequest

data class SetEffectivePropertyValueForNodeRequest

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

Constructors

<init>

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

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

Properties

nodeId

The element id for which to set property.

val nodeId: NodeId

propertyName

val propertyName: String

value

val value: String