Creates an instance of Cell.
The output point of the cell.
The cell output of the cell.
The output data of the cell.
Static
Creates a Cell instance from a CellLike object.
A CellLike object or an instance of Cell.
A Cell instance.
Clone a Cell
A cloned Cell instance.
const cell1 = cell0.clone(); Copy
const cell1 = cell0.clone();
Creates an instance of Cell.