Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>PageTableCell_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PageTableCell_
import { PageTableCell_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Table cell

Constructors

new
PageTableCell_(params?: { header?: true; align_center?: true; align_right?: true; valign_middle?: true; valign_bottom?: true; text?: enums.RichText; colspan?: number; rowspan?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
align_center: true

Horizontally centered block

optional
align_right: true

Right-aligned block

optional
colspan: number

For how many columns should this cell extend

optional
header: true

Is this element part of the column header

optional
rowspan: number

For how many rows should this cell extend

optional
text: enums.RichText

Content

optional
valign_bottom: true

Block vertically-aligned to the bottom

optional
valign_middle: true

Vertically centered block

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc