Click or drag to resize

Scope Properties

Version 86.0.240

The Scope type exposes the following members.

Properties
  NameDescription
Public propertyEndLocation
Location in the source code where scope ends
Public propertyName
Name
Public propertyObject
Object representing the scope. For `global` and `with` scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
Public propertyStartLocation
Location in the source code where scope starts
Public propertyType
Scope type.
Top
See Also