Layer 227
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.VectorPageBlock{}, Caption: &tg.PageCaption{}, }