pageTableCell
Table cell
type tg.PageTableCell struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Header | bool | — | Is this element part of the column header |
AlignCenter | bool | — | Horizontally centered block |
AlignRight | bool | — | Right-aligned block |
ValignMiddle | bool | — | Vertically centered block |
ValignBottom | bool | — | Block vertically-aligned to the bottom |
Text | RichTextClass | — | Content |
Colspan | int | — | For how many columns should this cell extend |
Rowspan | int | — | For how many rows should this cell extend |
References
- Official documentation
- Generated Go reference
- TL definition:
pageTableCell#34566b6a