property Runtime.CallFunctionOnParameterType.objectId
Usage in Deno
import { type Runtime } from "node:inspector/promises";
Identifier of the object to call function on. Either objectId or executionContextId should be specified.
RemoteObjectId | undefined