Class: FolioConfig

Portfolio.FolioConfig(cfg)

Class representing folio config

Constructor

new FolioConfig(cfg)

Create folio config instance

Parameters:
Name Type Description
cfg object

the lizmap config object for folio

Source:

Extends

  • BaseObjectConfig

Members

fixedScale :null|number

The fixed scale value when the zoom method is fixed scale

Type:
  • null | number
Source:

layout :string

The layout name

Type:
  • string
Source:

margin :null|number

The margin (%) value when the zoom method is margin

Type:
  • null | number
Source:

theme :string

The theme name

Type:
  • string
Source:

zoomMethod :string

The zoom method

Type:
  • string
Source: