776 B
776 B
title | description | image |
---|---|---|
pageBlockAnchor | Link to section within the page itself (like `<a href="#target">anchor</a>`) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockAnchor
Link to section within the page itself (like <a href="#target">anchor</a>
)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Name of target section |
Type: PageBlock
Example:
$pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => 'string'];
Or, if you're into Lua:
pageBlockAnchor={_='pageBlockAnchor', name='string'}