Layer 220
PageBlockSlideshow
Slideshow
constructor
pageBlockSlideshow#31f9590 items:Vector<PageBlock> caption:PageCaption = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Items | Vector<PageBlock> | Slideshow items |
| Caption | PageCaption | Caption |
Returns
PageBlockGogram Example
// Creating PageBlockSlideshow constructor obj := &tg.PageBlockSlideshow{ Items: []tg.PageBlock{&tg.PageBlock{}}, Caption: &tg.PageCaption{}, }