OBJECT
GridColumnsOutput
link GraphQL Schema definition
- type GridColumnsOutput {
- # Identifier of the field shown in this grid column.
- : String!
- # Column width. Interpreted as an exact pixel count when pixels is true, otherwise
- # as a relative weight.
- : Float!
- # True when the column is pinned to the left edge so it stays visible while the
- # grid scrolls horizontally.
- : Boolean!
- # True when width is given in absolute pixels; false when it is a relative weight.
- : Boolean!
- }