FeatureForm

fun FeatureForm(featureForm: FeatureForm, modifier: Modifier = Modifier, validationErrorVisibility: ValidationErrorVisibility = ValidationErrorVisibility.Automatic)

A composable Form toolkit component that enables users to edit field values of features in a layer using forms that have been configured externally. Forms may be configured in the Web Map Viewer or Fields Maps Designer).

Note : Even though the FeatureForm class is not stable, there exists an internal mechanism to enable smart recompositions.

Since

200.4.0

Parameters

featureForm

The FeatureForm configuration.

modifier

The Modifier to be applied to layout corresponding to the content of this FeatureForm.

validationErrorVisibility

The ValidationErrorVisibility that determines the behavior of when the validation errors are visible. Default is ValidationErrorVisibility.Automatic which indicates errors are only visible once the respective field gains focus.