21 lines
986 B
Markdown
21 lines
986 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetEffectivePropertyValueForNodeRequest](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.md)
|
|
|
|
## Protocol.CSS.SetEffectivePropertyValueForNodeRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetEffectivePropertyValueForNodeRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [nodeId](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.nodeid.md) | [DOM.NodeId](./puppeteer.protocol.dom.nodeid.md) | The element id for which to set property. |
|
|
| [propertyName](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.propertyname.md) | string | |
|
|
| [value](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.value.md) | string | |
|
|
|