Skip to main content
Module

x/mtkruto/mod.ts>types.PageTableCell

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PageTableCell
import { types } from "https://deno.land/x/mtkruto@0.0.998/mod.ts";
const { PageTableCell } = types;

Constructors

new
PageTableCell(params?: { header?: true; alignCenter?: true; alignRight?: true; valignMiddle?: true; valignBottom?: true; text?: TypeRichText; colspan?: number; rowspan?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
alignCenter: true
optional
alignRight: true
optional
colspan: number
optional
header: true
optional
rowspan: number
optional
text: TypeRichText
optional
valignBottom: true
optional
valignMiddle: true

Static Properties

readonly
[paramDesc]: ParamDesc