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

Usage in Deno

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

True if this property shows up during enumeration of the properties on the corresponding object.

Type

boolean