Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldInfo

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

fieldName

fieldName: string

The field name as defined by the service or the name of an Arcade expression.

Read more...

format

Class which provides formatting options for numerical or date fields and how they should display within a popup.

Read more...

initialized

initialized: boolean

isEditable

isEditable: boolean

A Boolean determining whether users can edit this field.

Read more...

label

label: string

A string containing the field alias.

Read more...

statisticType

statisticType: "min" | "max" | "sum" | "count" | "avg" | "stddev" | "var"

Used in a one:many or many:many relationship to compute the statistics on the field to show in the popup.

Read more...

stringFieldOption

stringFieldOption: "text-box" | "text-area" | "rich-text"

A string determining what type of input box editors see when editing the field.

Read more...

tooltip

tooltip: string

A string providing an editing hint for editors of the field.

Read more...

visible

visible: boolean

Indicates whether the field is visible in the popup window.

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): FieldInfo
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns FieldInfo

clone

  • Creates a deep clone of the FieldInfo class.

    Read more...

    Returns FieldInfo

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 FieldInfo

  • Parameters

    Returns FieldInfo

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