@eagleoutice/flowr - v2.13.14
Preparing search index...
src/dataflow/graph/graph
IEnvironmentJson
Interface IEnvironmentJson
interface
IEnvironmentJson
{
builtInEnv
:
true
|
undefined
;
globalEnv
?:
true
;
id
:
number
;
memory
:
Record
<
BrandedIdentifier
,
IdentifierDefinition
[]
>
;
n
?:
string
;
parent
:
IEnvironmentJson
;
t
?:
EnvType
;
}
Index
Properties
built
In
Env
global
Env?
id
memory
n?
parent
t?
Properties
built
In
Env
builtInEnv
:
true
|
undefined
Optional
global
Env
globalEnv
?:
true
Readonly
id
id
:
number
memory
memory
:
Record
<
BrandedIdentifier
,
IdentifierDefinition
[]
>
Optional
n
n
?:
string
parent
parent
:
IEnvironmentJson
Optional
t
t
?:
EnvType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
built
In
Env
global
Env
id
memory
n
parent
t
@eagleoutice/flowr - v2.13.14
Loading...