Package-level declarations
Types
Indicates an event that occurs during the editing of a feature form.
The state object for a FeatureForm used by the FeatureForm composable. This class is responsible for managing the state of the form and its elements. Hoist this state out of the composition to ensure that the state is not lost during configuration changes.
Functions
A composable Form toolkit component that enables users to edit field values of features in a layer using a FeatureForm that has been configured externally.
A composable Form toolkit component that enables users to edit field values of features in a layer using a FeatureForm that has been configured externally. Forms may be configured in the Web Map Viewer or Fields Maps Designer) and can be obtained from either an ArcGISFeature
, ArcGISFeatureTable
, FeatureLayer
or SubtypeSublayer
.