Module components/cell/CellState
Variables
Const cellActions
cell
Actions: { execute: ActionCreator<void>; outputsCount: ActionCreator<number>; source: ActionCreator<string>; update: ActionCreator<Partial<ICellState>> } = ...
Type declaration
-
execute: ActionCreator<void>
-
outputsCount: ActionCreator<number>
-
source: ActionCreator<string>
-
update: ActionCreator<Partial<ICellState>>