Runtime.GetPropertiesParameterType - Node documentation
interface Runtime.GetPropertiesParameterType

Usage in Deno

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

Properties

Identifier of the object to return properties for.

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.

optional
generatePreview: boolean | undefined

Whether preview should be generated for the results.