OBJECT
ColumnFormattingFieldFilterRule
link GraphQL Schema definition
- type ColumnFormattingFieldFilterRule implements ColumnFormattingFilterFieldRuleInterface {
- # Unique identifier of this conditional-formatting rule.
- : UUID
- # Identifier of the field whose value the rule is evaluated against.
- : String
- # Comparison applied between the field value and the rule values, such as equals,
- # contains or is between.
- : FieldOperator
- # Values the field is compared against; grouped into lists so a single rule can
- # match any of several values.
- : [[String]]
- # Color applied to matching cells, given as an RGB color code encoded as an
- # integer.
- : Int
- # Identifier of the report box that the compared field belongs to.
- : ID
- }