Class: MdUpdatedTable
@pvm/update.MdUpdatedTable
Hierarchy
MdTableBuilder<UpdateTableRow>↳
MdUpdatedTable
Constructors
constructor
• new MdUpdatedTable()
Overrides
Defined in
packages/pvm-update/lib/utils/md-table.ts:65
Properties
columns
• columns: ColumnBuilder<UpdateTableRow>[]
Inherited from
Defined in
packages/pvm-update/lib/utils/md-table.ts:13
footer
• footer: string = ''
Inherited from
Defined in
packages/pvm-update/lib/utils/md-table.ts:15
Methods
addColumn
â–¸ addColumn(title, body): void
Parameters
| Name | Type |
|---|---|
title | string |
body | (t: UpdateTableRow) => string |
Returns
void
Inherited from
Defined in
packages/pvm-update/lib/utils/md-table.ts:26
addRow
â–¸ addRow(row): void
Parameters
| Name | Type |
|---|---|
row | UpdateTableRow |
Returns
void
Inherited from
Defined in
packages/pvm-update/lib/utils/md-table.ts:22
build
â–¸ build(): string
Returns
string