Types
import type { FieldInputDataTypes, EditType } from "@arcgis/core/widgets/support/forms/types.js";

Type definitions

FieldInputDataTypes

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Type
"text" | "number" | "date" | "unsupported"

EditType

Type definition
Since
ArcGIS Maps SDK for JavaScript 5.0
Type
"INSERT" | "UPDATE" | "DELETE" | "NA"