Search
Preparing search index...
The search index is not available
Reix
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
dirty
Globals
{"Bits":{"@reix/bits":"/modules/bits","@reix/rxjs-bits":"/modules/rxjs_bits","Usage with enums":"/pages/usageWithEnums","Usage with unions":"/pages/usageWithUnions","When to use this package":"/pages/whenToUseBits"},"Ecs":{"@reix/ecs":"/modules/ecs"},"Dirty":{"@reix/dirty":"/modules/dirty"}}
External module dirty
Enumerations
computationEvents
computationFlags
Classes
BaseComputationNode
ComputationInputNode
LazyComputationNode
StatefullComputationNode
SynchronousComputationNode
Interfaces
IDisposableComputationNode
IEventDrivenComputationNode
IReadableComputationNode
IStatefullComputationNode
Type aliases
IComputationNode
InputMap
ProcessingFunction
ProcessingFunctionArguments
Type aliases
IComputation
Node
IComputation
Node<T>
:
IEventDrivenComputationNode
&
IReadableComputationNode
<
T
>
&
IDisposableComputationNode
&
IStatefullComputationNode
Base interface for all prebuilt nodes.
Type parameters
T
Input
Map
Input
Map
:
Record
<
string
,
IComputationNode
<
unknown
>
>
Processing
Function
Processing
Function<T, K>
:
function
Type parameters
T
:
InputMap
K
Type declaration
(
inputs
:
ProcessingFunctionArguments
<
T
>
)
:
K
Parameters
inputs:
ProcessingFunctionArguments
<
T
>
Returns
K
Processing
Function
Arguments
Processing
Function
Arguments<T>
:
object
Type parameters
T
:
InputMap
Type declaration
computation
Events
computation
Flags
Base
Computation
Node
Computation
Input
Node
Lazy
Computation
Node
Statefull
Computation
Node
Synchronous
Computation
Node
IDisposable
Computation
Node
IEvent
Driven
Computation
Node
IReadable
Computation
Node
IStatefull
Computation
Node
IComputation
Node
Input
Map
Processing
Function
Processing
Function
Arguments
Generated using
TypeDoc
Base interface for all prebuilt nodes.