38 lines
469 B
Markdown
38 lines
469 B
Markdown
|
---
|
||
|
title: pageBlockDivider
|
||
|
description: pageBlockDivider attributes, type and example
|
||
|
---
|
||
|
## Constructor: pageBlockDivider
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageBlock](../types/PageBlock.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageBlockDivider = ['_' => 'pageBlockDivider'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "pageBlockDivider"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
pageBlockDivider={_='pageBlockDivider'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|