Skip to content

Commit

Permalink
fix(axe.d.ts): add optional xpath property to NodeResult (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Jun 19, 2019
1 parent 67cbfe0 commit 287ef9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ declare namespace axe {
html: string;
impact?: ImpactValue;
target: string[];
xpath?: string[];
any: CheckResult[];
all: CheckResult[];
none: CheckResult[];
Expand Down

0 comments on commit 287ef9c

Please sign in to comment.