Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGrids

This interface defines operations to access the Grids collection.

Hierarchy

  • IGrids

Index

Methods

getGrid

  • Get a Grid (already loaded into the VM) by GridID. It implicitly fetches with respect to the latest Transaction ID.

    Parameters

    • gridId: any

      GridID to fetch

    Returns IGridTxDelta

getGridChanges

  • getGridChanges(gridId: number, startTxId: number, endTxId: number): IGridTxDelta
  • Fetch a Grid View with reference to a specific range of Transaction IDs. In this view, operations on the Grid, from (and excluding) the 'startTxId', till (and including) the 'endTxId' only will be visible.

    Parameters

    • gridId: number

      Grid ID

    • startTxId: number

      view operations after Transaction ID

    • endTxId: number

      view operations till Transaction ID

    Returns IGridTxDelta

getGridTx

  • Fetch a Grid View with reference to a specific Transaction ID.

    Parameters

    • gridId: number

      Grid ID

    • txId: number

      Transaction ID

    Returns IGridTxDelta

Generated using TypeDoc