RevoGrid Documentation v4.23.20 / FilterItem
Interface: FilterItem
Extended by
Properties
| Property | Type | Defined in |
|---|---|---|
prop? | ColumnProp | src/plugins/filter/filter.types.ts:132 |
type? | | "none" | "empty" | "notEmpty" | "eq" | "notEq" | "begins" | "contains" | "notContains" | "eqN" | "neqN" | "gt" | "gte" | "lt" | "lte" | src/plugins/filter/filter.types.ts:134 |
value? | any | src/plugins/filter/filter.types.ts:136 |