Skip to main content
Runtime.CallFunctionOnParameterType.objectId - inspector/promises - Node documentation
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.

Type

RemoteObjectId | undefined