Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldInfoProperties

Hierarchy

  • FieldInfoProperties

Index

Properties

Optional fieldName

fieldName: string

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

Read more...

Optional format

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

Read more...

Optional isEditable

isEditable: boolean

A Boolean determining whether users can edit this field.

Read more...

Optional label

label: string

A string containing the field alias.

Read more...

Optional 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...

Optional stringFieldOption

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

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

Read more...

Optional tooltip

tooltip: string

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

Read more...

Optional visible

visible: boolean

Indicates whether the field is visible in the popup window.

Read more...

Generated using TypeDoc