30 lines
910 B
Markdown
30 lines
910 B
Markdown
---
|
|
title: pageBlockEmbedded
|
|
description: Embedded web page
|
|
---
|
|
## Constructor: pageBlockEmbedded
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Embedded web page
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|url|[string](../types/string.md) | Yes|Web page URL, if available|
|
|
|html|[string](../types/string.md) | Yes|HTML-markup of the embedded page|
|
|
|poster\_photo|[photo](../constructors/photo.md) | Yes|Poster photo if available, nullable|
|
|
|width|[int](../types/int.md) | Yes|Block width|
|
|
|height|[int](../types/int.md) | Yes|Block height|
|
|
|caption|[RichText](../types/RichText.md) | Yes|Block caption|
|
|
|is\_full\_width|[Bool](../types/Bool.md) | Yes|True, if the block should be full width|
|
|
|allow\_scrolling|[Bool](../types/Bool.md) | Yes|True, if scrolling should be allowed|
|
|
|
|
|
|
|
|
### Type: [PageBlock](../types/PageBlock.md)
|
|
|
|
|