14 lines
595 B
Markdown
14 lines
595 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [PropertyDescriptor](./puppeteer.protocol.runtime.propertydescriptor.md) > [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;
|
||
|
```
|