const filterFn_greaterThanOrEqualTo: CreatedFilterFn<any, any>;Defined in: features/column-filtering/filterFns.ts:221
Keeps rows whose value is greater than or equal to the filter value.
Delegates to the built-in greater-than and strict-equality comparisons.