FormulaField - Represents a formula field.

Hierarchy (view full)

Constructors

  • Parameters

    • id: number

      The id of the formula field.

    • appId: number

      The id of the app the formula field belongs to.

    • name: string

      The name of the formula field.

    • type: FieldType

      The type of the formula field.

    • status: FieldStatus

      The status of the formula field.

    • isRequired: boolean

      Whether the formula field is required.

    • isUnique: boolean

      Whether the formula field is unique.

    • outputType: FormulaOutputType

      The output type of the formula field.

    • values: ListValue[]

      The list values of the formula field.

    Returns FormulaField

    • A new FormulaField.

Properties

appId: number
id: number
isRequired: boolean
isUnique: boolean
name: string
outputType: FormulaOutputType
status: FieldStatus
type: FieldType
values: ListValue[]