A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-feature-service/IField/ below:

IField | ArcGIS REST JS

Interface

Contains information about an attribute field.

IField can also be imported from the following packages:

Use dark colors for code blocks Copy

1
import { IField } from "@esri/arcgis-rest-feature-service";
Properties Property Type Notes alias string

A string defining the field alias.

defaultValue any

The value written in for new records by default.

domain IDomain

The domain objects if applicable.

editable boolean

A Boolean defining whether this field is editable.

exactMatch boolean

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

length number

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

name string

A string defining the field name.

nullable boolean

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

type FieldType

A string defining the field type.

alias

optional

Interface Property alias: string

A string defining the field alias.

defaultValue

optional

Interface Property defaultValue: any

The value written in for new records by default.

domain

optional

Interface Property domain: IDomain

The domain objects if applicable.

editable

optional

Interface Property editable: boolean

A Boolean defining whether this field is editable.

exactMatch

optional

Interface Property exactMatch: boolean

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

length

optional

Interface Property length: number

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

name Interface Property name: string

A string defining the field name.

nullable

optional

Interface Property nullable: boolean

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

type Interface Property type: FieldType

A string defining the field type.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4