Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldColumnConfigProperties

Hierarchy

Index

Properties

Optional description

description: string

The field's description.

Read more...

Optional direction

direction: any

Controls the sort order of the column.

Read more...

Optional domain

domain: (CodedValueDomainProperties & { type: "coded-value" }) | (RangeDomainProperties & { type: "range" })

The field's domain.

Read more...

Optional editable

editable: boolean

Indicates whether the field can be edited.

Read more...

Optional editorType

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

The type of editor to use for string field types.

Read more...

Optional hint

hint: string

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

Read more...

Optional includeTime

includeTime: boolean

Indicates whether date fields should display input for editing time.

Read more...

Optional label

label: string

The field's label.

Read more...

Optional maxLength

maxLength: number

Restricts the input length.

Read more...

Optional menuConfig

menuConfig: ButtonMenuConfig

Set this object to customize the field column's menu content.

Read more...

Optional minLength

minLength: number

Restricts the input length.

Read more...

Optional name

name: string

The field name.

Read more...

Optional noValueOptionLabel

noValueOptionLabel: boolean

Optional offValue

offValue: string | number

Optional onValue

onValue: string | number

Optional required

required: boolean

Indicates whether the field is required.

Read more...

Optional requiredExpression

requiredExpression: string

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

Read more...

Optional showNoValueOption

showNoValueOption: boolean

Optional sortable

sortable: boolean

Indicates whether the field column can be sorted.

Read more...

Optional visibilityExpression

visibilityExpression: string

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

Read more...

Optional visible

visible: boolean

Indicates whether the field column is visible.

Read more...

Generated using TypeDoc