Documentation
Code
GitLab
@geogirafe/lib-geoportal
components/print/tools/MFPTypes
MFPCapabilitiesLayoutAttribute
Interface MFPCapabilitiesLayoutAttribute
interface
MFPCapabilitiesLayoutAttribute
{
clientInfo
?:
MFPCapabilitiesLayoutAttributeClientInfo
;
clientParams
?:
{
[
key
:
string
]:
MFPCapabilitiesLayoutAttributeClientParamsElement
;
}
;
default
?:
string
|
number
|
boolean
;
name
:
string
;
type
:
string
;
value
?:
string
;
}
Index
Properties
client
Info?
client
Params?
default?
name
type
value?
Properties
Optional
client
Info
clientInfo
?:
MFPCapabilitiesLayoutAttributeClientInfo
Optional
client
Params
clientParams
?:
{
[
key
:
string
]:
MFPCapabilitiesLayoutAttributeClientParamsElement
;
}
Optional
default
default
?:
string
|
number
|
boolean
name
name
:
string
type
type
:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
client
Info
client
Params
default
name
type
value
@geogirafe/lib-geoportal
Loading...