Interfaces
/
OutputFieldConfig

OutputFieldConfig

Interface for output field configuration

Fields

  • id
    Int
    Unique identifier for the field
  • fieldKey
    String
    Key identifier for the field
  • fieldTitle
    String
    Display title for the field
  • isNullable
    Boolean
    Whether the field can be null
  • isArray
    Boolean
    Whether the field is an array type
  • isOptional
    Boolean
    Whether the field is optional
  • information
    FieldInformation
    Additional information about the field
  • description
    FieldInformation
    Detailed description of the field
  • type
    FieldTypeRelationType
    Type of the field relation
InputFieldConfigColumnValue
Built with