HandleOwner
Class:
esri/core/HandleOwner
Inheritance: HandleOwner Accessor
Since: ArcGIS API for JavaScript 4.7
Provides a single handles property to be shared with all subclasses. This is especially useful for customizing or extending widgets.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
Name | Type | Summary | Class | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
Handles | Handle registry to help manage | more details | HandleOwner |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className
.
- handles Handles
Handle registry to help manage
handles
.
Loading...