Skip to main content
Runtime.PropertyDescriptor.writable - inspector - Node documentation
property Runtime.PropertyDescriptor.writable

Usage in Deno

import { type Runtime } from "node:inspector";

True if the value associated with the property may be changed (data descriptors only).

Type

boolean | undefined