Documentation
Code
GitLab
@geogirafe/lib-geoportal
components/print/tools/MFPLegendEncoder
EncodeLegendOptions
Interface EncodeLegendOptions
Represents the options for encoding a legend.
interface
EncodeLegendOptions
{
dpi
:
number
;
extent
?:
number
[]
;
i18nManager
:
I18nManager
;
label
?:
Record
<
string
,
undefined
|
boolean
>
;
mapManager
:
MapManager
;
pageSize
:
number
[]
;
params
?:
Record
<
string
,
Record
<
string
,
unknown
>
>
;
printResolution
:
number
;
scale
:
number
;
showGroupsTitle
?:
boolean
;
state
:
State
;
useExtent
?:
boolean
;
}
Index
Properties
dpi
extent?
i18n
Manager
label?
map
Manager
page
Size
params?
print
Resolution
scale
show
Groups
Title?
state
use
Extent?
Properties
dpi
dpi
:
number
Optional
extent
extent
?:
number
[]
i18n
Manager
i18nManager
:
I18nManager
Optional
label
label
?:
Record
<
string
,
undefined
|
boolean
>
map
Manager
mapManager
:
MapManager
page
Size
pageSize
:
number
[]
Optional
params
params
?:
Record
<
string
,
Record
<
string
,
unknown
>
>
print
Resolution
printResolution
:
number
scale
scale
:
number
Optional
show
Groups
Title
showGroupsTitle
?:
boolean
state
state
:
State
Optional
use
Extent
useExtent
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dpi
extent
i18n
Manager
label
map
Manager
page
Size
params
print
Resolution
scale
show
Groups
Title
state
use
Extent
@geogirafe/lib-geoportal
Loading...