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.


constructor(feature: ArcGISFeature, definition: FeatureFormDefinition)

Deprecated

since 200.6.0. Use the FeatureForm.FeatureForm instead, which automatically finds an authored definition if available, or generates a default one if not.

Replace with

FeatureForm.FeatureForm(ArcGISFeature)

Create a form that contains a user interface for editing the specified feature.

Since

200.4.0

Parameters

feature

The feature to display in the form.

definition

The feature form definition to use.