OBJECT

DisplayFieldItem

link GraphQL Schema definition

  • type DisplayFieldItem {
  • # An field if of a box source
  • fieldId: ID!
  • # Defines display mode of the field
  • displayOptions: DisplayOption
  • # Size of the column width, if value is Null uses default
  • columnWidth: Int
  • # RGB color code converted to integer, if value is Null uses no color
  • columnColor: Int
  • # Alignment of the column.
  • columnAlignment: ColumnAlignment
  • # Conditional formatting applied to this column's cells based on their value.
  • columnFormatting: ColumnFormatting
  • }