FeatureForm

constructor(feature: ArcGISFeature)

Creates a FeatureForm for the ArcGISFeature. If the feature's FeatureLayer, ArcGISFeatureTable, or the SubtypeSublayer specific to the feature's FeatureSubtype has been authored with a FeatureFormDefinition, then this authored FeatureFormDefinition will be used to create the FeatureForm. If a FeatureFormDefinition is not found, a default definition is generated and used to create the FeatureForm.

Since

200.6.0

Parameters

feature

The ArcGISFeature to display in the form.