Search
Preparing search index...
The search index is not available
@types/arcgis-js-api
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@types/arcgis-js-api
__esri
HandleOwner
Interface HandleOwner
Hierarchy
Accessor
HandleOwner
Index
Properties
declared
Class
destroyed
handles
initialized
Methods
_get
_set
destroy
get
notify
Change
set
watch
Properties
declared
Class
declared
Class
:
string
destroyed
destroyed
:
boolean
handles
handles
:
Handles
Handle registry to help manage
handles
.
Read more...
initialized
initialized
:
boolean
Methods
Protected
_get
_get
(
propertyName
:
string
)
:
any
_get<T>
(
propertyName
:
string
)
:
T
Parameters
propertyName:
string
Returns
any
Type parameters
T
Parameters
propertyName:
string
Returns
T
Protected
_set
_set<T>
(
propertyName
:
string
, value
:
T
)
:
HandleOwner
Type parameters
T
Parameters
propertyName:
string
value:
T
Returns
HandleOwner
destroy
destroy
(
)
:
void
Returns
void
get
get<T>
(
propertyName
:
string
)
:
T
get
(
propertyName
:
string
)
:
any
Type parameters
T
Parameters
propertyName:
string
Returns
T
Parameters
propertyName:
string
Returns
any
Protected
notify
Change
notify
Change
(
propertyName
:
string
)
:
void
Parameters
propertyName:
string
Returns
void
set
set<T>
(
propertyName
:
string
, value
:
T
)
:
HandleOwner
set
(
props
:
HashMap
<
any
>
)
:
HandleOwner
Type parameters
T
Parameters
propertyName:
string
value:
T
Returns
HandleOwner
Parameters
props:
HashMap
<
any
>
Returns
HandleOwner
watch
watch
(
path
:
string
|
string
[]
, callback
:
WatchCallback
, sync
?:
boolean
)
:
WatchHandle
Parameters
path:
string
|
string
[]
callback:
WatchCallback
Optional
sync:
boolean
Returns
WatchHandle
Exports
__esri
CIM
content
geometry
point
Cloud
Renderers
raster
Renderers
renderers
symbols
units
widget
Handle
Owner
declared
Class
destroyed
handles
initialized
_get
_set
destroy
get
notify
Change
set
watch
Generated using
TypeDoc
Handle registry to help manage
handles
.Read more...