Rich messages

RichBlockTable

A table, corresponding to the HTML tag <table>.

fields

fieldtyperequireddescription
typestringrequiredType of the block, always “table”
cellsRichBlockTableCell[][]requiredCells of the table
is_borderedbooleanoptionalOptional. True, if the table has borders
is_stripedbooleanoptionalOptional. True, if the table is striped
captionRichTextoptionalOptional. Caption of the table

import

types.ts
import type { RichBlockTable } from "@yaebal/types";

used by

types