Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
MapImageLayerCompatOptions
Interface MapImageLayerCompatOptions
interface
MapImageLayerCompatOptions
{
client
?:
HonuaClient
;
eventBus
?:
CompatEventBus
;
id
?:
string
;
legendEnabled
?:
boolean
;
listMode
?:
string
;
maxScale
?:
number
;
minScale
?:
number
;
opacity
?:
number
;
sublayers
?:
readonly
Record
<
string
,
unknown
>
[]
;
title
?:
string
;
url
:
string
;
visible
?:
boolean
;
}
Index
Properties
client?
event
Bus?
id?
legend
Enabled?
list
Mode?
max
Scale?
min
Scale?
opacity?
sublayers?
title?
url
visible?
Properties
Optional
client
client
?:
HonuaClient
Optional
event
Bus
event
Bus
?:
CompatEventBus
Optional
id
id
?:
string
Optional
legend
Enabled
legend
Enabled
?:
boolean
Optional
list
Mode
list
Mode
?:
string
Optional
max
Scale
max
Scale
?:
number
Optional
min
Scale
min
Scale
?:
number
Optional
opacity
opacity
?:
number
Optional
sublayers
sublayers
?:
readonly
Record
<
string
,
unknown
>
[]
Optional
title
title
?:
string
url
url
:
string
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
event
Bus
id
legend
Enabled
list
Mode
max
Scale
min
Scale
opacity
sublayers
title
url
visible
@honua/sdk-js
Loading...