Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/streamlet
ValueInput
Class ValueInput<O>
Type parameters
O
Hierarchy
AbstractOutlet
<
O
>
ValueInput
Index
Constructors
constructor
Properties
outputs
version
Methods
bind
Output
decohere
Input
did
Decohere
Input
did
Recohere
Input
disconnect
Inputs
disconnect
Outputs
get
map
memoize
on
Decohere
Input
on
Recohere
Input
output
Iterator
recohere
Input
set
unbind
Output
unbind
Outputs
watch
will
Decohere
Input
will
Recohere
Input
Constructors
constructor
new
Value
Input<O>
(
state
?:
O
)
:
ValueInput
<
O
>
Type parameters
O
Parameters
Optional
state:
O
Returns
ValueInput
<
O
>
Properties
Readonly
outputs
outputs
:
readonly
Inlet
<
O
>
[]
Readonly
version
version
:
number
Methods
bind
Output
bind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
decohere
Input
decohere
Input
(
)
:
void
Returns
void
Protected
did
Decohere
Input
did
Decohere
Input
(
)
:
void
Returns
void
Protected
did
Recohere
Input
did
Recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
disconnect
Inputs
disconnect
Inputs
(
)
:
void
Returns
void
disconnect
Outputs
disconnect
Outputs
(
)
:
void
Returns
void
get
get
(
)
:
undefined
|
O
Returns
undefined
|
O
map
map<O2>
(
func
:
MapValueFunction
<
O
,
O2
>
)
:
Outlet
<
O2
>
Type parameters
O2
Parameters
func:
MapValueFunction
<
O
,
O2
>
Returns
Outlet
<
O2
>
memoize
memoize
(
)
:
Outlet
<
O
>
Returns
Outlet
<
O
>
Protected
on
Decohere
Input
on
Decohere
Input
(
)
:
void
Returns
void
Protected
on
Recohere
Input
on
Recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
output
Iterator
output
Iterator
(
)
:
Cursor
<
Inlet
<
O
>
>
Returns
Cursor
<
Inlet
<
O
>
>
recohere
Input
recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
set
set
(
newState
:
undefined
|
O
)
:
undefined
|
O
Parameters
newState:
undefined
|
O
Returns
undefined
|
O
unbind
Output
unbind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
unbind
Outputs
unbind
Outputs
(
)
:
void
Returns
void
watch
watch
(
func
:
WatchValueFunction
<
O
>
)
:
ValueInput
<
O
>
Parameters
func:
WatchValueFunction
<
O
>
Returns
ValueInput
<
O
>
Protected
will
Decohere
Input
will
Decohere
Input
(
)
:
void
Returns
void
Protected
will
Recohere
Input
will
Recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Value
Input
constructor
outputs
version
bind
Output
decohere
Input
did
Decohere
Input
did
Recohere
Input
disconnect
Inputs
disconnect
Outputs
get
map
memoize
on
Decohere
Input
on
Recohere
Input
output
Iterator
recohere
Input
set
unbind
Output
unbind
Outputs
watch
will
Decohere
Input
will
Recohere
Input
Generated using
TypeDoc