import VisibleElements from "@arcgis/core/widgets/BatchAttributeForm/VisibleElements.js";const VisibleElements = await $arcgis.import("@arcgis/core/widgets/BatchAttributeForm/VisibleElements.js");- Inheritance:
- VisibleElements→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
An object containing properties that control the visibility of certain elements within the BatchAttributeForm widget.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
| |
errorsForNonVisibleFields
Property
- Type
- boolean
Default value is true. Indicates whether to display validation errors for fields that are not visible in the form.
- Default value
- true