RichBlockTable
A table, corresponding to the HTML tag <table>.
Properties
type
ts
type: "table";Type of the block, always “table”
cells
ts
cells: RichBlockTableCell[][];Cells of the table
is_bordered
ts
is_bordered?: true;True, if the table has borders
is_striped
ts
is_striped?: true;True, if the table is striped
caption
ts
caption?: RichText;Caption of the table