@eagleoutice/flowr - v2.15.8
Preparing search index...
src/dataflow/internal/process/functions/call/deferred
NameIndex
Interface NameIndex
Where a name is bound and where it is read, so that a deferred expression can reach either.
interface
NameIndex
{
definitions
:
ReadonlyMap
<
string
,
NodeId
[]
>
;
uses
:
ReadonlyMap
<
string
,
NodeId
[]
>
;
}
Index
Properties
definitions
uses
Properties
Readonly
definitions
definitions
:
ReadonlyMap
<
string
,
NodeId
[]
>
Readonly
uses
uses
:
ReadonlyMap
<
string
,
NodeId
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
definitions
uses
@eagleoutice/flowr - v2.15.8
Loading...
Where a name is bound and where it is read, so that a deferred expression can reach either.