Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICellTxChain

The set of all values of a cell across all transactions of that grid. "All" implies the range of Transactions that are loaded in the VM.

Hierarchy

Index

Methods

getAccess

  • getAccess(): number
  • Gets the current Access setting of the Cell Chain.

    Returns number

getActive

  • getActive(): boolean
  • Gets the current Active/ Inactive state of the Cell Chain.

    Returns boolean

getCellId

  • getCellId(): number

getColumnId

  • getColumnId(): number

getColumnKey

  • getColumnKey(): number

getLatestStatus

getLatestTxId

  • getLatestTxId(): number
  • Gets the latest Transaction ID of the Cell Chain.

    Returns number

getLatestValue

getRowId

  • getRowId(): number

getRowKey

  • getRowKey(): number

getStatusByTxId

getStatuses

getValueByTxId

  • Get the value of the Cell Chain for a specific Transaction ID.

    Parameters

    • txId: number

      Transaction ID

    Returns ICellTxValue

getValues

isDeleted

  • isDeleted(endTxId: number, startTxId: number): boolean
  • Returns a boolean indicating if a cell was deleted in the given transaction range.

    Parameters

    • endTxId: number
    • startTxId: number

    Returns boolean

isInserted

  • isInserted(endTxId: number, startTxId: number): boolean
  • Returns a boolean indicating if a cell was inserted in the given transaction range.

    Parameters

    • endTxId: number
    • startTxId: number

    Returns boolean

isModified

  • isModified(endTxId: number, startTxId: number): boolean
  • Returns a boolean indicating if a cell value changed in the given transaction range.

    Parameters

    • endTxId: number

      Check changes till (and including) given Transaction ID.

    • startTxId: number

      Check changes after (and excluding) given Transaction ID.

    Returns boolean

Generated using TypeDoc