mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add filter keys
This commit is contained in:
@@ -19,3 +19,10 @@ export const PLAY_TYPES = [
|
|||||||
play: Play.NEXT,
|
play: Play.NEXT,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
export const FILTER_KEYS = {
|
||||||
|
CURRENT_PAGE: 'currentPage',
|
||||||
|
SCROLL_OFFSET: 'scrollOffset',
|
||||||
|
SORT_BY: 'sortBy',
|
||||||
|
SORT_ORDER: 'sortOrder',
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user