Skip to main content

Function: rowIsBlank()

rowIsBlank(i, drawdown): boolean

Defined in: utils/utils.ts:144

given a drawdown and a row index, return if the row is blank. In this context blank means that there are no "heddle up" values on this row.

Parameters

i

number

the row index

drawdown

Cell[][]

Returns

boolean

true or false;