Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnDataCollection

Column Collection for readonly IColumnData objects.

Hierarchy

Index

Methods

filter

getColumnById

getColumnByIndex

getColumnByOffset

  • getColumnByOffset(columnId: number, offset: number): IColumnData

getColumns

getColumnsByTxId

  • getColumnsByTxId(txId: number, includeInactive?: boolean): IColumnData[]
  • Get Columns in a collection with respect to a Transaction ID and Active/ Inactive state.

    Parameters

    • txId: number

      Transaction ID with respect to which Columns are fetched.

    • Optional includeInactive: boolean

      Whether inactive columns should be included.

    Returns IColumnData[]

Generated using TypeDoc