UNPKG
@freedomds/shared-pagination
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
FDS-Shared - Helper types for grid pagination, sorting and filtering
@freedomds/shared-pagination
/
src
/
enumeration
/
filter-match-mode.d.ts
7 lines
(6 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
FilterMatchMode
{
Equals
=
1
,
StartsWith
=
2
,
Contains
=
3
,
In
=
4
, }