Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chrome
app
window
Module window
Index
Variables
onBoundsChanged
onClosed
onFullscreened
onMaximized
onMinimized
onRestored
Interfaces
AppWindow
Bounds
CreateOptions
WindowEvent
Functions
create
current
Variables
onBoundsChanged
:
WindowEvent
onClosed
:
WindowEvent
onFullscreened
:
WindowEvent
onMaximized
:
WindowEvent
onMinimized
:
WindowEvent
onRestored
:
WindowEvent
Functions
create
(
url
:
string
, options
?:
CreateOptions
, callback
?:
(created_window: chrome.app.window.AppWindow) => void
)
Parameters
url:
string
options?:
CreateOptions
optional
callback?:
(created_window: chrome.app.window.AppWindow) => void
optional
current
(
)
:
AppWindow
Returns
AppWindow
Globals
chrome
chrome.app
chrome.app.runtime
chrome.app.window
onBoundsChanged
onClosed
onFullscreened
onMaximized
onMinimized
onRestored
AppWindow
Bounds
CreateOptions
WindowEvent
create
current