28 lines
525 B
Markdown
28 lines
525 B
Markdown
|
---
|
||
|
title: pageBlockList
|
||
|
description: pageBlockList attributes, type and example
|
||
|
---
|
||
|
## Constructor: pageBlockList
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|ordered|[Bool](../types/Bool.md) | Required|
|
||
|
|items|Array of [RichText](../types/RichText.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageBlock](../types/PageBlock.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageBlockList = ['_' => 'pageBlockList', 'ordered' => Bool, 'items' => [Vector t], ];
|
||
|
```
|
||
|
|