Skip to content

Commit f16e797

Browse files
authored
Add missing fields for action/context types. (#443)
1 parent 240368d commit f16e797

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/formatter/javascript.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export type ActionInContext = {
3535
isMainFrame: boolean;
3636
action: Action;
3737
committed?: boolean;
38+
modified?: boolean;
3839
title?: string;
3940
};
4041

@@ -47,6 +48,7 @@ type Action = {
4748
modifiers?: number;
4849
button?: 'left' | 'middle' | 'right';
4950
clickCount?: number;
51+
text?: string;
5052
value?: string;
5153
isAssert?: boolean;
5254
command?: string;

0 commit comments

Comments
 (0)