Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellDataCollection

Cell Collection of readonly ICellTxChain objects

Hierarchy

Index

Methods

deletedCells

  • deletedCells(endTxId: number, startTxId: number): ICellTxChain[]
  • Return Cells that were deleted in that transaction range.

    Parameters

    • endTxId: number

      Till and including given Transaction ID.

    • startTxId: number

      After and excluding given Transaction ID.

    Returns ICellTxChain[]

filter

getCellById

getCellByRC

  • getCellByRC(rowKey: number, columnKey: number): ICellTxChain

getCells

getCellsByColumnKey

getCellsByRowKey

insertedCells

  • insertedCells(endTxId: number, startTxId: number): ICellTxChain[]
  • Return Cells that were inserted in that transaction range.

    Parameters

    • endTxId: number

      Till and including given Transaction ID.

    • startTxId: number

      After and excluding given Transaction ID.

    Returns ICellTxChain[]

modifiedCells

  • modifiedCells(endTxId: number, startTxId: number): ICellTxChain[]
  • Return Cells that were modified in that transaction range.

    Parameters

    • endTxId: number

      Till and including given Transaction ID.

    • startTxId: number

      After and excluding given Transaction ID.

    Returns ICellTxChain[]

Generated using TypeDoc