Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArrayTable<Title, Value>

Type parameters

  • Title: string

  • Value

Hierarchy

  • ArrayTable

Index

Properties

Properties

Readonly headers

headers: readonly Title[]

Readonly rows

rows: MaybeAsyncIterable<readonly Value[]>

Generated using TypeDoc