onspring-api-sdk
    Preparing search index...

    Class Field

    Field - Represents a Field.

    Hierarchy (View Summary)

    Index
    • 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.
    appId: number
    id: number
    isRequired: boolean
    isUnique: boolean
    name: string
    status: FieldStatus
    type: FieldType