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