Skip to main content

Interface: TemplateTableBlock

Template block for rendering a table.

Properties

PropertyTypeDescription
class?string | readonly string[]Stylesheet class name(s) applied beneath inline options.
keepWithNext?booleanWhether this block should stay on the same page as the following block when possible.
options?FlowTableOptionsOptions that control this item.
rowsreadonly TableRow[]Table rows to render.
type"table"Discriminator identifying this option or command shape.