Constructor
new PortfolioConfig(cfg)
Create portfolio config instance
Parameters:
| Name | Type | Description |
|---|---|---|
cfg |
object | the lizmap config object for layer |
- Source:
Extends
- BaseObjectConfig
Members
description :string
The portfolio description
Type:
- string
- Source:
drawingGeometry :string
The portfolio drawing geometry type
Type:
- string
- Source:
folios :Array.<FolioConfig>
The copy of folios
Type:
- Array.<FolioConfig>
- Source:
title :string
The portfolio title
Type:
- string
- Source:
Methods
(generator) getFolios() → {FolioConfig}
Iterate through folios
- Source:
Yields:
The next folio
- Type
- FolioConfig