Skip to main content

createCell

Creates a cell object with a specific value:

Parameters

a boolean to describe the value of this cell according to the following inputs:

inputmeaningis_setis_up
trueheddle is up / liftedtruetrue
falseheddle is down / loweredtruefalse
nullheddle is unsetfalsefalse

Returns

Cell

Implementation

const c: Cell = createCell(false);