Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
MapViewHighlightOptionsLike
Interface MapViewHighlightOptionsLike
Highlight options controlling color and opacity of highlighted features.
interface
MapViewHighlightOptionsLike
{
color
?:
string
|
number
[]
;
fillOpacity
?:
number
;
haloColor
?:
string
|
number
[]
;
haloOpacity
?:
number
;
[
key
:
string
]
:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
color?
fill
Opacity?
halo
Color?
halo
Opacity?
Properties
Optional
color
color
?:
string
|
number
[]
Optional
fill
Opacity
fill
Opacity
?:
number
Optional
halo
Color
halo
Color
?:
string
|
number
[]
Optional
halo
Opacity
halo
Opacity
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
fill
Opacity
halo
Color
halo
Opacity
@honua/sdk-js
Loading...
Highlight options controlling color and opacity of highlighted features.