Skip to content

Interface

Contains information about an attribute field.

IField can also be imported from the following packages:

Use dark colors for code blocksCopy
1
import { IField } from "@esri/arcgis-rest-feature-service";

Properties

PropertyTypeNotes
aliasstring

A string defining the field alias.

defaultValueany

The value written in for new records by default.

domainIDomain

The domain objects if applicable.

editableboolean

A Boolean defining whether this field is editable.

exactMatchboolean

A Boolean defining whether or not the field is an exact match.

lengthnumber

A number defining how many characters are allowed in a string. field.

namestring

A string defining the field name.

nullableboolean

A Boolean defining whether this field can have a null value.

typeFieldType

A string defining the field type.

alias

optional
Interface Property

defaultValue

optional
Interface Property

domain

optional
Interface Property

editable

optional
Interface Property

exactMatch

optional
Interface Property

length

optional
Interface Property

name

Interface Property

nullable

optional
Interface Property

type

Interface Property

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