OBJECT
DisplayFieldItem
link GraphQL Schema definition
- type DisplayFieldItem {
- # An field if of a box source
- : ID!
- # Defines display mode of the field
- : DisplayOption
- # Size of the column width, if value is Null uses default
- : Int
- # RGB color code converted to integer, if value is Null uses no color
- : Int
- # Alignment of the column.
- : ColumnAlignment
- # Conditional formatting applied to this column's cells based on their value.
- : ColumnFormatting
- }