Runtime.GetPropertiesParameterType.accessorPropertiesOnly - Node documentation
property Runtime.GetPropertiesParameterType.accessorPropertiesOnly
Unstable

Usage in Deno

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

If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.

Type

boolean | undefined