interface Runtime.GetPropertiesParameterType
Usage
import { type Runtime } from "node:inspector"; type { GetPropertiesParameterType } = Runtime;
optional
ownProperties: boolean | undefined
If true, returns properties belonging only to the element itself, not to its prototype chain.
optional
accessorPropertiesOnly: boolean | undefined
If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.