Layer 227
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.VectorPageListItem{}, }