interface Runtime.GetPropertiesReturnType
Usage in Deno
import { type Runtime } from "node:inspector"; type { GetPropertiesReturnType } = Runtime;
Object properties.
optional
internalProperties: InternalPropertyDescriptor[] | undefined
Internal object properties (only of the element itself).
optional
exceptionDetails: ExceptionDetails | undefined
Exception details.