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
- # How cell content that doesn't fit the column width is handled when the report is
- # printed: Wrap keeps the full content on multiple lines, Clip prints it cut off
- # to a single line. Affects printing only, not the report detail.
- : ColumnPrintOverflow!
- }