Encapsulates properties of subtypes of features in a feature layer. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.3 |
Inherits: |
Properties
- code : var
- domains : jsobject
- fieldOverrides : list<Field>
- name : string
- prototypeAttributes : jsobject
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Subtypes are a subset of features in a feature layer, or objects in a table, that share the same attributes. Subtypes are used to categorize features.
Property Documentation
Returns the domains associated with this feature subtype (read-only).
The map contains key-value pairs of field name and a corresponding Domain object for this type.
fieldOverrides : list<Field> |
The fields defined for this feature subtype (read-only).
A subset of FeatureTable::fields relevant to this feature subtype. This collection of Field may override properties defined in the FeatureTable::fields. For example, Field::alias and Field::domain.
This property was introduced in Esri.ArcGISRuntime 100.9.
Returns the prototype attributes for creating a Feature with this subtype (read-only).