Interface TableData

Hierarchy

  • TableData

Properties

columnIndexes: number[]

The starting indexes for each column of data

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()

start?: string

A string to add to the beginning of every row

titleIndexes: number[]

The starting indexes for each title

titles: string[]

An array of titles for the Table

whiteSpace?: boolean

Whether or not to include the Whitespace character (\u200b) in spacing (not required if using backticks for the start and end)

Generated using TypeDoc