Field - Represents a Field.

Hierarchy (view full)

Constructors

  • Parameters

    • id: number

      The id of the Field.

    • appId: number

      The id of the App that the Field belongs to.

    • name: string

      The name of the Field.

    • type: FieldType

      The type of the Field.

    • status: FieldStatus

      The status of the Field.

    • isRequired: boolean

      Indicates whether or not the Field is required.

    • isUnique: boolean

      Indicates whether or not the Field is required to be unique.

    Returns Field

    • A new Field.

Properties

appId: number
id: number
isRequired: boolean
isUnique: boolean
name: string
status: FieldStatus
type: FieldType