A table, corresponding to the HTML tag
Optional
Optional. Caption of the table
Cells of the table
Optional. True, if the table has borders
Optional. True, if the table is striped
Type of the block, always "table"
A table, corresponding to the HTML tag
caption?: RichText;
cells: RichBlockTableCell[][];
is_bordered?: boolean;
is_striped?: boolean;
type: string;
}
Index
Properties
Properties
OptionalcaptionOptional. Caption of the table
cells
Cells of the table
Optionalis_Optional. True, if the table has borders
Optionalis_Optional. True, if the table is striped
type
Type of the block, always "table"
Settings
On This Page
Properties