640 B
640 B
title | description | image |
---|---|---|
pageBlockAnchor | Page block anchor | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockAnchor
Page block anchor
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name |
Type: PageBlock
Example:
$pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => 'string'];
Or, if you're into Lua:
pageBlockAnchor={_='pageBlockAnchor', name='string'}