puppeteer/new-docs/puppeteer.protocol.runtime.propertydescriptor.writable.md

14 lines
595 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [PropertyDescriptor](./puppeteer.protocol.runtime.propertydescriptor.md) &gt; [writable](./puppeteer.protocol.runtime.propertydescriptor.writable.md)
## Protocol.Runtime.PropertyDescriptor.writable property
True if the value associated with the property may be changed (data descriptors only).
<b>Signature:</b>
```typescript
writable?: boolean;
```