Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColumnData

IColumnData is the readonly Column object with only getters.

Hierarchy

Index

Methods

getActive

  • getActive(): boolean

getColumnCreationTxId

  • getColumnCreationTxId(): number
  • Gets the Transaction ID when the column was created.

    Returns number

getColumnDeletionTxId

  • getColumnDeletionTxId(): number
  • Gets the Transaction ID when the column was deleted. Constants.NewID otherwise.

    Returns number

getColumnId

  • getColumnId(): number

getColumnKey

  • getColumnKey(): number

getColumnName

  • getColumnName(): string

getColumnSequenceNumber

  • getColumnSequenceNumber(): number

getPreviousColumnId

  • getPreviousColumnId(): number
  • Gets the Previous Column ID. If it is the first column, its value is Constants.NewID

    Returns number

getPreviousColumnOffset

  • getPreviousColumnOffset(): number
  • Gets the offset of the current column with respect to the 'Previous Column'.

    Returns number

Generated using TypeDoc