27 lines
457 B
Markdown
27 lines
457 B
Markdown
|
---
|
||
|
title: pageBlockCover
|
||
|
description: pageBlockCover attributes, type and example
|
||
|
---
|
||
|
## Constructor: pageBlockCover
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|cover|[PageBlock](../types/PageBlock.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageBlock](../types/PageBlock.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageBlockCover = ['_' => 'pageBlockCover', 'cover' => PageBlock, ];
|
||
|
```
|
||
|
|