Class Table

Hierarchy

  • Table

Constructors

Properties

Methods

Constructors

Properties

end: string

A string to add to the end of every row

padEnd: number

A pad for the end of each row, before the end

See

String.prototype.padEnd()

rows: string[]

The Table's generated rows. Do not modify unless you know what you're doing.

start: string

A string to add to the start of every row

titleString: string

The Table's generated title string

Methods

Generated using TypeDoc