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

x/mtkruto/mod.ts>types.PageBlockTable

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

Constructors

new
PageBlockTable(params: { bordered?: true; striped?: true; title: TypeRichText; rows: Array<TypePageTableRow>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
bordered: true
rows: Array<TypePageTableRow>
optional
striped: true
title: TypeRichText

Static Properties

readonly
[paramDesc]: ParamDesc