722 B
722 B
title | description | image |
---|---|---|
pageBlockList | Unordered list of IV blocks | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockList
Unordered list of IV blocks
Attributes:
Name | Type | Required | Description |
---|---|---|---|
items | Array of PageListItem | Yes | List of blocks in an IV page |
Type: PageBlock
Example:
$pageBlockList = ['_' => 'pageBlockList', 'items' => [PageListItem, PageListItem]];
Or, if you're into Lua:
pageBlockList={_='pageBlockList', items={PageListItem}}