Type Definitions
CellState
A valid cell state - a boolean, a number, or a string.
Type:
-
boolean|number|string
GridDimension
An integer value greater than or equal to one.
Type:
-
number
jQueryObject
A jQuery object.
Type:
-
Object
jQuerySingleTD
A jQuery object representing exactly one table data cell (td).
- See:
Type:
PlainObject
An object created using {} or new Object(). jQuery's $.isPlainObject() function is used to
validate this datatype.
Type:
-
Object
PositiveInteger
An integer value greater than or equal to zero.
Type:
-
number