Search
Preparing search index...
The search index is not available
swimOS
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@swim/streamlet
ValueInput
Class ValueInput<O>
Type parameters
O
Hierarchy
AbstractOutlet
<
O
>
ValueInput
Implements
Outlet
<
O
>
Index
Constructors
constructor
Methods
bind
Output
did
Invalidate
Input
did
Reconcile
Input
disconnect
Inputs
disconnect
Outputs
get
invalidate
Input
map
memoize
on
Invalidate
Input
on
Reconcile
Input
output
Iterator
reconcile
Input
set
unbind
Output
unbind
Outputs
watch
will
Invalidate
Input
will
Reconcile
Input
Constructors
constructor
new
Value
Input
(
state
?:
O
)
:
ValueInput
Parameters
Optional
state:
O
Returns
ValueInput
Methods
bind
Output
bind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
Protected
did
Invalidate
Input
did
Invalidate
Input
(
)
:
void
Returns
void
Protected
did
Reconcile
Input
did
Reconcile
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
(
)
:
O
|
undefined
Returns
O
|
undefined
invalidate
Input
invalidate
Input
(
)
:
void
Returns
void
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
Invalidate
Input
on
Invalidate
Input
(
)
:
void
Returns
void
Protected
on
Reconcile
Input
on
Reconcile
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
output
Iterator
output
Iterator
(
)
:
Cursor
<
Inlet
<
O
>
>
Returns
Cursor
<
Inlet
<
O
>
>
reconcile
Input
reconcile
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
set
set
(
newState
:
O
|
undefined
)
:
O
|
undefined
Parameters
newState:
O
|
undefined
Returns
O
|
undefined
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
>
)
:
this
Parameters
func:
WatchValueFunction
<
O
>
Returns
this
Protected
will
Invalidate
Input
will
Invalidate
Input
(
)
:
void
Returns
void
Protected
will
Reconcile
Input
will
Reconcile
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Globals
@swim/core
@swim/codec
@swim/collections
@swim/dataflow
@swim/math
@swim/recon
@swim/streamlet
@swim/structure
@swim/time
@swim/uri
@swim/util
@swim/mesh
@swim/ui
@swim/ux
@swim/web
Value
Input
constructor
bind
Output
did
Invalidate
Input
did
Reconcile
Input
disconnect
Inputs
disconnect
Outputs
get
invalidate
Input
map
memoize
on
Invalidate
Input
on
Reconcile
Input
output
Iterator
reconcile
Input
set
unbind
Output
unbind
Outputs
watch
will
Invalidate
Input
will
Reconcile
Input