Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

alias

alias: string

The display name for the field.

Read more...

declaredClass

declaredClass: string

defaultValue

defaultValue: any

The default value set for the field.

Read more...

description

description: string

Contains information describing the purpose of each field.

Read more...

destroyed

destroyed: boolean

domain

domain: Domain

The domain associated with the field.

Read more...

editable

editable: boolean

Indicates whether the field is editable.

Read more...

initialized

initialized: boolean

length

length: number

The field length.

Read more...

name

name: string

The name of the field.

Read more...

nullable

nullable: boolean

Indicates if the field can accept null values.

Read more...

type

type: "string" | "date" | "single" | "small-integer" | "integer" | "double" | "long" | "oid" | "geometry" | "blob" | "raster" | "guid" | "global-id" | "xml"

The data type of the field.

Read more...

valueType

valueType: "none" | "binary" | "coordinate" | "count-or-amount" | "date-and-time" | "description" | "location-or-place-name" | "measurement" | "name-or-title" | "ordered-or-ranked" | "percentage-or-ratio" | "type-or-category" | "unique-identifier"

The types of values that can be assigned to a field.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • _set<T>(propertyName: string, value: T): Field
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Field

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Field

  • Parameters

    Returns Field

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc