Class CellList

A cell list object that supports undo/redo.

Hierarchy

  • CellList

Constructors

  • Construct the cell list.

    Parameters

    Returns CellList

Properties

_cellMap: any
_changed: any
_insertCells: any
_isDisposed: any
_onSharedModelChanged: any

Accessors

  • get isDisposed(): boolean
  • Test whether the cell list has been disposed.

    Returns boolean

  • get length(): number
  • Get the length of the cell list.

    Returns number

    The number of cells in the cell list.

Methods

  • Create an iterator over the cells in the cell list.

    Returns IterableIterator<ICellModel>

    A new iterator starting at the front of the cell list.

  • Dispose of the resources held by the cell list.

    Returns void

  • Get the cell at the specified index.

    Parameters

    • index: number

      The positive integer index of interest.

    Returns ICellModel

    The cell at the specified index.

Generated using TypeDoc