Skip to main content
Runtime.PropertyDescriptor.configurable - inspector/promises - Node documentation
property Runtime.PropertyDescriptor.configurable

Usage in Deno

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

True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.

Type

boolean