PageBlockEmbedded¶
An embedded web page; instant view only
PageBlockEmbedded(
url: string,
html: string,
poster_photo: Photo,
width: int32,
height: int32,
caption: PageBlockCaption,
is_full_width: Bool,
allow_scrolling: Bool
) → PageBlock
url¶
string
URL of the embedded page, if available
html¶
string
HTML-markup of the embedded page
poster_photo¶
Poster photo, if available; may be null
width¶
int32
Block width; 0 if unknown
height¶
int32
Block height; 0 if unknown
caption¶
Block caption; may be null if none
is_full_width¶
Bool
True, if the block must be full width
allow_scrolling¶
Bool
True, if scrolling needs to be allowed