26 lines
595 B
Markdown
26 lines
595 B
Markdown
---
|
|
title: pageBlockVideo
|
|
description: A video
|
|
---
|
|
## Constructor: pageBlockVideo
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
A video
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|video|[video](../types/video.md) | Yes|The video, nullable|
|
|
|caption|[RichText](../types/RichText.md) | Yes|Video caption|
|
|
|need\_autoplay|[Bool](../types/Bool.md) | Yes|True, if the video should be autoplayed|
|
|
|is\_looped|[Bool](../types/Bool.md) | Yes|True, if the video is looped|
|
|
|
|
|
|
|
|
### Type: [PageBlock](../types/PageBlock.md)
|
|
|
|
|