Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/cell/CellState

Index

Enumerations

Interfaces

Variables

Functions

Variables

Const cellActions

cellActions: { 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>>

Const cellInitialState

cellInitialState: ICellState = ...

Const cellReducer

cellReducer: ReducerBuilder<ICellState, ICellState> = ...

Functions

Const selectCell

Generated using TypeDoc