Skip to main content
Runtime.GetPropertiesParameterType.ownProperties - inspector/promises - Node documentation
property Runtime.GetPropertiesParameterType.ownProperties

Usage in Deno

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

If true, returns properties belonging only to the element itself, not to its prototype chain.

Type

boolean | undefined