ListField - Represents a list field.

Hierarchy (view full)

Constructors

  • Parameters

    • id: number

      The id of the list field.

    • appId: number

      The id of the app the list field belongs to.

    • name: string

      The name of the list field.

    • type: FieldType

      The type of the list field.

    • status: FieldStatus

      The status of the list field.

    • isRequired: boolean

      Whether the list field is required.

    • isUnique: boolean

      Whether the list field is unique.

    • multiplicity: Multiplicity

      The multiplicity of the list field.

    • listId: number

      The id of the list the list field belongs to.

    • values: ListValue[]

      The list values of the list field.

    Returns ListField

    • A new ListField.

Properties

appId: number
id: number
isRequired: boolean
isUnique: boolean
listId: number
multiplicity: Multiplicity
name: string
status: FieldStatus
type: FieldType
values: ListValue[]