You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @see {@link overwriteEnvironment} - to overwrite the definitions in the current environment with those of another one
127
117
*/
128
118
exportinterfaceREnvironmentInformation{
129
-
/** The currently active environment (the stack is represented by the currently active {@linkIEnvironment#parent}). Environments are maintained within the dataflow graph. */
130
-
readonlycurrent: IEnvironment
119
+
/** The currently active environment (the stack is represented by the currently active {@linkEnvironment#parent}). Environments are maintained within the dataflow graph. */
120
+
readonlycurrent: Environment
131
121
/** nesting level of the environment, will be `0` for the global/root environment */
0 commit comments