cytoplasmic
Preparing search index...
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
Loading...
Cell observer function type. Compatible with Observer.