Table cell
Constructor schema is available as of layer 88. Switch ยป
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
header | flags.0?true | Is this element part of the column header |
align_center | flags.3?true | Horizontally centered block |
align_right | flags.4?true | Right-aligned block |
valign_middle | flags.5?true | Vertically centered block |
valign_bottom | flags.6?true | Block vertically-aligned to the bottom |
text | flags.7?RichText | Content |
colspan | flags.1?int | For how many columns should this cell extend |
rowspan | flags.2?int | For how many rows should this cell extend |