Skip to content

Commit 287ef9c

Browse files
authored
fix(axe.d.ts): add optional xpath property to NodeResult (#1642)
1 parent 67cbfe0 commit 287ef9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

axe.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ declare namespace axe {
7373
html: string;
7474
impact?: ImpactValue;
7575
target: string[];
76+
xpath?: string[];
7677
any: CheckResult[];
7778
all: CheckResult[];
7879
none: CheckResult[];

0 commit comments

Comments
 (0)