Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
FeatureCompat
Class FeatureCompat
Index
Constructors
constructor
Properties
container
event
Bus
graphic
loaded
load
Status
map
title
view
Methods
clear
destroy
load
set
Graphic
watch
when
Constructors
constructor
new
Feature
Compat
(
options
?
)
:
FeatureCompat
Parameters
options
:
FeatureCompatOptions
= {}
Returns
FeatureCompat
Properties
Readonly
container
container
:
unknown
Readonly
event
Bus
event
Bus
:
CompatEventBus
graphic
graphic
:
unknown
loaded
loaded
:
boolean
load
Status
load
Status
:
FeatureLoadStatusCompat
Readonly
map
map
:
unknown
title
title
:
undefined
|
string
Readonly
view
view
:
unknown
Methods
clear
clear
(
)
:
void
Returns
void
destroy
destroy
(
)
:
void
Returns
void
load
load
(
)
:
Promise
<
FeatureCompat
>
Returns
Promise
<
FeatureCompat
>
set
Graphic
set
Graphic
(
graphic
,
title
?
)
:
void
Parameters
graphic
:
unknown
Optional
title
:
string
Returns
void
watch
watch
(
propertyName
,
listener
)
:
FeatureHandleCompat
Parameters
propertyName
:
string
listener
:
(
(
value
:
unknown
)
=>
void
)
(
value
)
:
void
Parameters
value
:
unknown
Returns
void
Returns
FeatureHandleCompat
when
when
(
callback
?
)
:
Promise
<
FeatureCompat
>
Parameters
Optional
callback
:
(
(
widget
:
FeatureCompat
)
=>
void
)
(
widget
)
:
void
Parameters
widget
:
FeatureCompat
Returns
void
Returns
Promise
<
FeatureCompat
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
container
event
Bus
graphic
loaded
load
Status
map
title
view
Methods
clear
destroy
load
set
Graphic
watch
when
@honua/sdk-js
Loading...