cytoplasmic
CellObserver
Type Alias CellObserver<T>
CellObserver
:
(
newValue
:
T
)
=>
void
Cell observer function type. Compatible with
Observer
.
Type Parameters
T
Type declaration
(
newValue
:
T
)
:
void
Parameters
newValue
:
T
The new value of the cell.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
cytoplasmic
Cell streams and arrays
Cell
Array
Cell
Map
Cell
Stream
Cell
Iterable
cell
Array
cell
Map
Cells
Cell
Mut
Cell
Cell
Observer
Input
Mut
Ref
Cell
Output
Ref
Cell
$
cell
computed
constant
input
output
ref
zip
zip
With
Components
Component
Component
Props
Element
Children
create
Element
Deref
Document
Listener
Dynamic
For
Fragment
Lazy
mount
Observe
Show
Style
Switch
Unwrap
Window
Listener
Context
Context
Context
Value
create
Value
Emitters
Emitter
Interval
Emitter
Mut
Emitter
Timeout
Emitter
Observer
create
Emitter
create
Interval
create
Timeout
Form controls
Checkbox
Control
Control
Int
Control
Radio
Control
Radio
Group
Text
Control
Text
Input
Control
Field
I18n
Dummy
Translation
Provider
Translation
Provider
Parameter
Value
Translation
Parameters
_
_
n
register
Translation
Provider
Internals
Mut
Cell
Impl
Observer
Emitter
Observable
Cell
Proxy
Object
Cell
Value
Element
Attributes
apply
flatten
Other
Deref
Function
Routing
Active
Route
Router
Path
Router
Config
Router
Stategy
Active
Router
create
Router
Link
path
To
String
Utilities
aria
Bool
create
Id
no
Default
stop
Propagation
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Cell observer function type. Compatible with Observer.