Runtime.CallFunctionOnParameterType.objectGroup - Node documentation
property Runtime.CallFunctionOnParameterType.objectGroup

Usage in Deno

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

Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.

Type

string | undefined