null_action means doing nothing and taking a screenshot (#2162)
This commit is contained in:
@@ -180,6 +180,7 @@ export const ActionTypes = {
|
|||||||
KeyPress: "keypress",
|
KeyPress: "keypress",
|
||||||
Scroll: "scroll",
|
Scroll: "scroll",
|
||||||
Move: "move",
|
Move: "move",
|
||||||
|
NullAction: "null_action",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
|
||||||
@@ -200,6 +201,7 @@ export const ReadableActionTypes: {
|
|||||||
keypress: "Press Keys",
|
keypress: "Press Keys",
|
||||||
scroll: "Scroll",
|
scroll: "Scroll",
|
||||||
move: "Move",
|
move: "Move",
|
||||||
|
null_action: "Screenshot",
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Option = {
|
export type Option = {
|
||||||
|
|||||||
Reference in New Issue
Block a user