--- title: pageBlockAnchor description: pageBlockAnchor attributes, type and example --- ## Constructor: pageBlockAnchor [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |name|[string](../types/string.md) | Yes| ### Type: [PageBlock](../types/PageBlock.md) ### Example: ``` $pageBlockAnchor = ['_' => 'pageBlockAnchor', 'name' => 'string']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "pageBlockAnchor", "name": "string"} ``` Or, if you're into Lua: ``` pageBlockAnchor={_='pageBlockAnchor', name='string'} ```