ActionCellExtension extension
Extends action cells with some utility methods.
- on
-
- ValueCell<
void>
- ValueCell<
Methods
-
chain(
void action(), {dynamic key}) → ActionCell -
Available on ValueCell<
Create an action cell that is chained to this cell.void> , provided by the ActionCellExtension extension -
watch(
void fn()) → CellWatcher -
Available on ValueCell<
Register a watch function (void> , provided by the ActionCellExtension extensionfn) that is run whenthiscell is triggered.