712 B
712 B
title | description | image |
---|---|---|
pageListItemBlocks | Page list item blocks | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageListItemBlocks
Page list item blocks
Attributes:
Name | Type | Required | Description |
---|---|---|---|
blocks | Array of PageBlock | Yes | Blocks |
Type: PageListItem
Example:
$pageListItemBlocks = ['_' => 'pageListItemBlocks', 'blocks' => [PageBlock, PageBlock]];
Or, if you're into Lua:
pageListItemBlocks={_='pageListItemBlocks', blocks={PageBlock}}