[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetEffectivePropertyValueForNodeRequest](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.md) > [nodeId](./puppeteer.protocol.css.seteffectivepropertyvaluefornoderequest.nodeid.md) ## Protocol.CSS.SetEffectivePropertyValueForNodeRequest.nodeId property The element id for which to set property. Signature: ```typescript nodeId: DOM.NodeId; ```