Interface TreeViewportData

Common interface for various ways of accessing table data and formatting.

Java note: this interface contains some extra overloads that aren't available in JS. Implementations are expected to implement only abstract methods, and default methods present in this interface will dispatch accordingly.

Hierarchy

Accessors

Methods

Accessors

  • get columns(): Column[]
  • Returns Column[]

  • get offset(): number
  • Returns number

Methods