BatchAttributeFormViewModel

AMD: require(["esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel"], (BatchAttributeFormViewModel) => { /* code goes here */ });
ESM: import BatchAttributeFormViewModel from "@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js";
Object: esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel
Since: ArcGIS Maps SDK for JavaScript 4.31

Method Overview

Name Return Type Summary Object

In "single" mode, this is the feature that is active in the form.

BatchAttributeFormViewModel

Indicates whether the form can be submitted without introducing new validation errors.

BatchAttributeFormViewModel

Method Details

get

Method
get()inner

In "single" mode, this is the feature that is active in the form. In "shared" mode, this property is null.

get

Method
get()inner

Indicates whether the form can be submitted without introducing new validation errors. This is similar to valid, but less strict in that does not consider the validity of fields whose values have not been modified by the user.

In cases in which existing attribute values cause validation errors, the valid property will be false, but the submittable property may still be true.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.