Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldConfig

Hierarchy

Index

Properties

declaredClass

declaredClass: string

description

description: string

The field's description.

Read more...

destroyed

destroyed: boolean

domain

The field's domain.

Read more...

editable

editable: boolean

Indicates whether the field can be edited.

Read more...

editorType

editorType: "text-box" | "text-area"

The type of editor to use for string field types.

Read more...

hint

hint: string

This property is rendered as a tooltip in the FeatureForm widget.

Read more...

includeTime

includeTime: boolean

Indicates whether date fields should display input for editing time.

Read more...

initialized

initialized: boolean

label

label: string

The field's label.

Read more...

maxLength

maxLength: number

Restricts the input length.

Read more...

minLength

minLength: number

Restricts the input length.

Read more...

name

name: string

The field name.

Read more...

noValueOptionLabel

noValueOptionLabel: boolean

offValue

offValue: string | number

onValue

onValue: string | number

required

required: boolean

Indicates whether the field is required.

Read more...

requiredExpression

requiredExpression: string

A reference to an Arcade expression that returns a boolean value.

Read more...

showNoValueOption

showNoValueOption: boolean

visibilityExpression

visibilityExpression: string

A reference to an Arcade expression that returns a boolean value.

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

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns FieldConfig

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 FieldConfig

  • Parameters

    Returns FieldConfig

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc