Home > @datashaper/schema > NumericComparisonOperator
Signature:
export declare enum NumericComparisonOperator | Member | Value | Description |
|---|---|---|
| Equals | "=" |
|
| GreaterThan | ">" |
|
| GreaterThanOrEqual | ">=" |
|
| IsEmpty | "is empty" |
|
| IsNotEmpty | "is not empty" |
|
| LessThan | "<" |
|
| LessThanOrEqual | "<=" |
|
| NotEqual | "!=" |