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