We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff3684 commit 0b92bf8Copy full SHA for 0b92bf8
index.d.ts
@@ -14,17 +14,26 @@ export interface SceEvent {
14
15
relativeXPath: string;
16
relativeXPathFromElement: {
17
- id: string|null;
+ id: string | null;
18
name: string;
19
type: number;
20
};
21
-
+ event: {
22
+ type: string;
23
+ target: {
24
+ elementClass: string;
25
+ elementId: string;
26
+ attributes: string;
27
+ value: string;
28
+ location: null | string;
29
+ };
30
31
sumanEventId: number;
32
xpath: {
33
bodyXPath: string;
- classXPath: string|null;
- idXPath: string|null;
- }
34
+ classXPath: string | null;
35
+ idXPath: string | null;
36
37
}
38
39
export type SCECodeGenTypeContainer = {
0 commit comments