onspring-api-sdk
    Preparing search index...

    Class ListField

    ListField - Represents a list field.

    Hierarchy (View Summary)

    Index
    • 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.
    appId: number
    id: number
    isRequired: boolean
    isUnique: boolean
    listId: number
    multiplicity: Multiplicity
    name: string
    status: FieldStatus
    type: FieldType
    values: ListValue[]