Skip to main content
Debugger.SetVariableValueParameterType.scopeNumber - Node documentation
property Debugger.SetVariableValueParameterType.scopeNumber

Usage in Deno

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

0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.

Type

number