Layer 220
PageBlockList
Unordered list of IV blocks
constructor
pageBlockList#e4e88011 items:Vector<PageListItem> = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Items | Vector<PageListItem> | List of blocks in an IV page |
Returns
PageBlockGogram Example
// Creating PageBlockList constructor obj := &tg.PageBlockList{ Items: []tg.PageListItem{&tg.PageListItem{}}, }