Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 561 Bytes

File metadata and controls

17 lines (9 loc) · 561 Bytes

ValueFilter

Properties

Name Type Description Notes
field String Field the value applies to.
value String Value to filter on.
numberValue Double Numeric value to filter on.
exclude Boolean Describing whether the filter is negated or not: color that is NOT red.
type Object Determine which field we need to use - value if 'TEXTUAL' type or numberValue if 'NUMERIC' type.