Skip to content

Commit

Permalink
🏷️ Add types for getting focusedWindow on focus JS service
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Feb 2, 2024
1 parent e937da3 commit 8686d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/dothq/gecko-types/lib/services/focus.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export interface ServicesFocus {

activeWindow: ChromeWindow;

focusedWindow: ChromeWindow;

/**
* Changes the focused element reference within the window containing
* aElement to aElement or potentially redirects it to an anonymous
Expand Down

0 comments on commit 8686d54

Please sign in to comment.