require(["esri/layers/InheritedDomain"], function(InheritedDomain) { /* code goes here */ });
Description
(Added at v2.0)
This class is a subclass of esri/layers/Domain. It does not add any new properties or methods.
See also
Samples
Search for
samples that use this class.
Class hierarchy
esri/layers/Domain
|_esri/layers/InheritedDomain
Properties
Methods
toJson() | Object | Converts object to its ArcGIS Server JSON representation. |
Property Details
The domain type. Valid values are "range" or "codedValue".
Method Details
Converts object to its ArcGIS Server JSON representation. (Added at v2.1)