Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chrome
app
window
AppWindow
Interface AppWindow
Index
Properties
clearAttention
close
contentWindow
drawAttention
focus
fullscreen
getBounds
hide
isFullscreen
isMaximized
isMinimized
maximize
minimize
moveTo
resizeTo
restore
setBounds
show
Properties
public
clearAttention
:
() => void
public
close
:
() => void
public
contentWindow
:
Window
public
drawAttention
:
() => void
public
focus
:
() => void
public
fullscreen
:
() => void
public
getBounds
:
() => chrome.app.window.Bounds
public
hide
:
() => void
public
isFullscreen
:
() => boolean
public
isMaximized
:
() => boolean
public
isMinimized
:
() => boolean
public
maximize
:
() => void
public
minimize
:
() => void
public
moveTo
:
(left: number, top: number) => void
public
resizeTo
:
(width: number, height: number) => void
public
restore
:
() => void
public
setBounds
:
(bounds: chrome.app.window.Bounds) => void
public
show
:
() => void
Globals
chrome
chrome.app
chrome.app.runtime
chrome.app.window
onBoundsChanged
onClosed
onFullscreened
onMaximized
onMinimized
onRestored
AppWindow
clearAttention
close
contentWindow
drawAttention
focus
fullscreen
getBounds
hide
isFullscreen
isMaximized
isMinimized
maximize
minimize
moveTo
resizeTo
restore
setBounds
show
Bounds
CreateOptions
WindowEvent
create
current