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