mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
As the docs say, these 2 properties are HTMLElements.
This commit is contained in:
4
winjs/winjs.d.ts
vendored
4
winjs/winjs.d.ts
vendored
@@ -3695,7 +3695,7 @@ declare module WinJS.UI {
|
||||
/**
|
||||
* Gets or sets the HTMLElement with a 'content' type AppBarCommand that should receive focus whenever focus moves by the user pressing HOME or the arrow keys, from the previous AppBarCommand to this AppBarCommand.
|
||||
**/
|
||||
firstElementFocus: any;
|
||||
firstElementFocus: HTMLElement;
|
||||
|
||||
/**
|
||||
* Gets or sets the Flyout object displayed by this command. The specified flyout is shown when the AppBarCommand's button is invoked.
|
||||
@@ -3725,7 +3725,7 @@ declare module WinJS.UI {
|
||||
/**
|
||||
* Gets or sets the HTMLElement with a 'content' type AppBarCommand that should receive focus whenever focus moves by the user pressing END or the arrow keys, from the previous AppBarCommand to this AppBarCommand.
|
||||
**/
|
||||
lastElementFocus: any;
|
||||
lastElementFocus: HTMLElement;
|
||||
|
||||
/**
|
||||
* Gets or sets the function to be invoked when the command is clicked.
|
||||
|
||||
Reference in New Issue
Block a user