const filterFn_greaterThanOrEqualTo: <TFeatures, TData>(row, columnId, filterValue) => boolean & object;const filterFn_greaterThanOrEqualTo: <TFeatures, TData>(row, columnId, filterValue) => boolean & object;Defined in: fns/filterFns.ts:154
Keeps rows whose value is greater than or equal to the filter value.
Delegates to the built-in greater-than and equality comparisons.
resolveFilterValue: (val) => boolean;resolveFilterValue: (val) => boolean;any
boolean