Skip to content

Latest commit

 

History

History
81 lines (44 loc) · 1.6 KB

TableCaption.md

File metadata and controls

81 lines (44 loc) · 1.6 KB

@felisdiligens/md-table-tools / Exports / TableCaption

Class: TableCaption

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new TableCaption(text?, label?, position?)

Parameters

Name Type Default value
text string ""
label string ""
position TableCaptionPosition TableCaptionPosition.top

Defined in

tables/table.ts:32

Properties

label

label: string = ""

Defined in

tables/table.ts:34


position

position: TableCaptionPosition = TableCaptionPosition.top

Defined in

tables/table.ts:35


text

text: string = ""

Defined in

tables/table.ts:33

Methods

getLabel

getLabel(): string

Returns

string

Defined in

tables/table.ts:37