ActionCellExtension extension

Extends action cells with some utility methods.

on

Methods

chain(void action(), {dynamic key}) ActionCell

Available on ValueCell<void>, provided by the ActionCellExtension extension

Create an action cell that is chained to this cell.
watch(void fn()) CellWatcher

Available on ValueCell<void>, provided by the ActionCellExtension extension

Register a watch function (fn) that is run when this cell is triggered.