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