add move action in frontend (#2143)
This commit is contained in:
@@ -179,6 +179,7 @@ export const ActionTypes = {
|
|||||||
ReloadPage: "reload_page",
|
ReloadPage: "reload_page",
|
||||||
KeyPress: "keypress",
|
KeyPress: "keypress",
|
||||||
Scroll: "scroll",
|
Scroll: "scroll",
|
||||||
|
Move: "move",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
||||||
@@ -198,6 +199,7 @@ export const ReadableActionTypes: {
|
|||||||
reload_page: "Reload Page",
|
reload_page: "Reload Page",
|
||||||
keypress: "Press Keys",
|
keypress: "Press Keys",
|
||||||
scroll: "Scroll",
|
scroll: "Scroll",
|
||||||
|
move: "Move",
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Option = {
|
export type Option = {
|
||||||
|
|||||||
Reference in New Issue
Block a user