Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MarkdownCellTable

Hierarchy

  • MarkdownCellTable

Implements

  • any

Index

Constructors

Properties

Constructors

constructor

  • new MarkdownCellTable(headers: readonly string[], rows: AsyncIterableIterator<readonly string[]>): MarkdownCellTable
  • Parameters

    • headers: readonly string[]
    • rows: AsyncIterableIterator<readonly string[]>

    Returns MarkdownCellTable

Properties

Readonly headers

headers: readonly string[]

Readonly rows

rows: AsyncIterableIterator<readonly string[]>

Generated using TypeDoc