Constructor
new PortfoliosConfig(cfg)
Create postfolios config instance
Parameters:
| Name | Type | Description |
|---|---|---|
cfg |
object | the lizmap config object for portfolios |
- Source:
Extends
- BaseObjectConfig
Members
list :Array.<PortfolioConfig>
The copy of portfolio list
Type:
- Array.<PortfolioConfig>
- Source:
Methods
(generator) getList() → {PortfolioConfig}
Iterate through portfolio list
- Source:
Yields:
The next portfolio
- Type
- PortfolioConfig