Raw.PageBlockTable
Table
pageBlockTable#bf4dea82 flags:# bordered:flags.0?true striped:flags.1?true title:RichText rows:Vector<PageTableRow> = PageBlock;
export namespace Raw {
export class PageBlockTable {
constructor(params: {
bordered?: boolean;
striped?: boolean;
title: Raw.TypeRichText;
rows: Array<Raw.TypePageTableRow>;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xbf4dea82
Property
bordered
: boolean or undefinedDoes the table have a visible border?
striped
: boolean or undefinedIs the table striped?
title
: Raw.TypeRichTextTitle
rows
: Array of Raw.TypePageTableRowTable rows