Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
WmsLegendRequest
Interface WmsLegendRequest
WMS GetLegendGraphic request envelope.
interface
WmsLegendRequest
{
extraParams
?:
Record
<
string
,
string
|
number
|
boolean
>
;
format
?:
string
;
height
?:
number
;
layer
:
string
;
signal
?:
AbortSignal
;
style
?:
string
;
width
?:
number
;
}
Index
Properties
extra
Params?
format?
height?
layer
signal?
style?
width?
Properties
Optional
extra
Params
extra
Params
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
format
format
?:
string
Optional
height
height
?:
number
layer
layer
:
string
Optional
signal
signal
?:
AbortSignal
Optional
style
style
?:
string
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
extra
Params
format
height
layer
signal
style
width
@honua/sdk-js
Loading...
WMS GetLegendGraphic request envelope.