onspring-api-sdk
    Preparing search index...

    Class ReferenceField

    ReferenceField - Represents a reference field.

    Hierarchy (View Summary)

    Index
    • Parameters

      • id: number

        The id of the reference field.

      • appId: number

        The id of the app the reference field belongs to.

      • name: string

        The name of the reference field.

      • type: FieldType

        The type of the reference field.

      • status: FieldStatus

        The status of the reference field.

      • isRequired: boolean

        Whether the reference field is required.

      • isUnique: boolean

        Whether the reference field is unique.

      • multiplicity: Multiplicity

        The multiplicity of the reference field.

      • referencedAppId: number

        The id of the app the reference field references.

      Returns ReferenceField

      • A new ReferenceField.
    appId: number
    id: number
    isRequired: boolean
    isUnique: boolean
    multiplicity: Multiplicity
    name: string
    referencedAppId: number
    status: FieldStatus
    type: FieldType