FormatColumnRule
The Format Column Rule - can be either a Predicate or a BooleanExpression
TypeScript
export type FormatColumnRule = XOR<{
Predicates: FormatColumnPredicate[];
}, AdaptableBooleanQuery>;The Format Column Rule - can be either a Predicate or a BooleanExpression
export type FormatColumnRule = XOR<{
Predicates: FormatColumnPredicate[];
}, AdaptableBooleanQuery>;