TableCell
type TableCell = { align?: TableCellAlignValue; children?: WidgetComponent[]; colSize?: TableColSize; colSpan?: number; id?: string; key?: string; padding?: Spacing; rowSpan?: number; type: 'Table.Cell'; vAlign?: TableCellAlignValue; width?: number | string;};Properties
Section titled “Properties”align?
Section titled “align?”optional align: TableCellAlignValue;children?
Section titled “children?”optional children: WidgetComponent[];colSize?
Section titled “colSize?”optional colSize: TableColSize;colSpan?
Section titled “colSpan?”optional colSpan: number;optional id: string;optional key: string;padding?
Section titled “padding?”optional padding: Spacing;rowSpan?
Section titled “rowSpan?”optional rowSpan: number;type: 'Table.Cell';vAlign?
Section titled “vAlign?”optional vAlign: TableCellAlignValue;width?
Section titled “width?”optional width: number | string;