--- title: pageBlockDivider description: An empty block separating parts of a page --- ## Constructor: pageBlockDivider [Back to constructors index](index.md) An empty block separating parts of a page ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| ### Type: [PageBlock](../types/PageBlock.md) ### Example: ``` $pageBlockDivider = ['_' => 'pageBlockDivider']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "pageBlockDivider"} ``` Or, if you're into Lua: ``` pageBlockDivider={_='pageBlockDivider'} ```