Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldElementProperties

Hierarchy

Index

Properties

Optional description

description: string

The element's description providing the purpose behind it.

Read more...

Optional domain

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

Optional editable

editable: boolean

Indicates whether the field can be edited.

Read more...

Optional fieldName

fieldName: string

The field name as defined by the feature layer.

Read more...

Optional hint

hint: string

Contains a hint used to help editors while editing fields.

Read more...

Optional input

input: (TextBoxInputProperties & { type: "text-box" }) | (TextAreaInputProperties & { type: "text-area" }) | (DateTimePickerInputProperties & { type: "datetime-picker" }) | (BarcodeScannerInputProperties & { type: "barcode-scanner" }) | (ComboBoxInputProperties & { type: "combo-box" }) | (RadioButtonsInputProperties & { type: "radio-buttons" }) | (SwitchInputProperties & { type: "switch" })

The input to use for the element.

Read more...

Optional label

label: string

A string value containing the field alias.

Read more...

Optional requiredExpression

requiredExpression: string

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

Read more...

Optional visibilityExpression

visibilityExpression: string

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

Read more...

Generated using TypeDoc