Layer 220
PageTableRow
Table row
constructor
pageTableRow#e0c0c5e5 cells:Vector<PageTableCell> = PageTableRow;
Parameters
| Name | Type | Description |
|---|---|---|
| Cells | Vector<PageTableCell> | Table cells |
Returns
PageTableRowGogram Example
// Creating PageTableRow constructor obj := &tg.PageTableRow{ Cells: []tg.PageTableCell{&tg.PageTableCell{}}, }