frpd.cell.settable_cell

Undocumented in source.

Members

Classes

SettableCell
class SettableCell(T)

A cell managed/set in non-frp code. The most basic entry point of data into the frp tree. Simply use the value property to set (settableCell.value = newValue).

Functions

cell
SettableCell!T cell(T v)

Create a settable cell. Takes the starting value.

Meta