IField
Contains information about an attribute field.
IField can also be imported from the following packages:
import { IField } from "@esri/arcgis-rest-feature-layer";
Properties
| Property | Type | Notes |
|---|---|---|
| string |
A string defining the field name. |
|
| FieldType |
A string defining the field type. |
|
| Optional | string |
A string defining the field alias. |
| Optional | any |
The value written in for new records by default. |
| Optional | IDomain |
The domain objects if applicable. |
| Optional | boolean |
A Boolean defining whether this field is editable. |
| Optional | boolean |
A Boolean defining whether or not the field is an exact match. |
| Optional | number |
A number defining how many characters are allowed in a string. field. |
| Optional | boolean |
A Boolean defining whether this field can have a null value. |
Interface defined in packages/arcgis-rest-types/src/webmap.ts:87