Window$Typings extension

on

Properties

addEventListener → ({void Function<K$>(WindowEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on Window, provided by the Window$Typings extension

Overload accessor: $1, $2
no setter
alert ↔ void Function([dynamic])

Available on Window, provided by the Window$Typings extension

getter/setter pair
blur ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
cancelIdleCallback ↔ void Function(num)

Available on Window, provided by the Window$Typings extension

getter/setter pair
captureEvents ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
clientInformation Navigator

Available on Window, provided by the Window$Typings extension

no setter
close ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
closed bool

Available on Window, provided by the Window$Typings extension

Returns true if the window has been closed, false otherwise.
no setter
confirm bool Function([String?])

Available on Window, provided by the Window$Typings extension

getter/setter pair
customElements CustomElementRegistry

Available on Window, provided by the Window$Typings extension

Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.
no setter
devicePixelRatio num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
document Document

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
event Event?

Available on Window, provided by the Window$Typings extension

no setter
external$ External

Available on Window, provided by the Window$Typings extension

no setter
focus ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
frameElement Element?

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
frames WindowProxy

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
getComputedStyle CSSStyleDeclaration Function(Element, [String?])

Available on Window, provided by the Window$Typings extension

getter/setter pair
getSelection Selection? Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
history History

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
innerHeight num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
innerWidth num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
length num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
location Location

Available on Window, provided by the Window$Typings extension

MDN Reference
getter/setter pair
locationbar BarProp

Available on Window, provided by the Window$Typings extension

Returns true if the location bar is visible; otherwise, returns false.
no setter
matchMedia MediaQueryList Function(String)

Available on Window, provided by the Window$Typings extension

getter/setter pair

Available on Window, provided by the Window$Typings extension

Returns true if the menu bar is visible; otherwise, returns false.
no setter
moveBy ↔ void Function(num, num)

Available on Window, provided by the Window$Typings extension

getter/setter pair
moveTo ↔ void Function(num, num)

Available on Window, provided by the Window$Typings extension

getter/setter pair
name String

Available on Window, provided by the Window$Typings extension

MDN Reference
getter/setter pair

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
ondevicemotion ↔ dynamic Function(DeviceMotionEvent)?

Available on Window, provided by the Window$Typings extension

Available only in secure contexts.
getter/setter pair
ondeviceorientation ↔ dynamic Function(DeviceOrientationEvent)?

Available on Window, provided by the Window$Typings extension

Available only in secure contexts.
getter/setter pair
onorientationchange ↔ dynamic Function(Event)?

Available on Window, provided by the Window$Typings extension

@deprecated
getter/setter pair
open WindowProxy? Function([Object?, String?, String?])

Available on Window, provided by the Window$Typings extension

getter/setter pair
opener ↔ dynamic

Available on Window, provided by the Window$Typings extension

MDN Reference
getter/setter pair
orientation num

Available on Window, provided by the Window$Typings extension

no setter
outerHeight num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
outerWidth num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
pageXOffset num

Available on Window, provided by the Window$Typings extension

no setter
pageYOffset num

Available on Window, provided by the Window$Typings extension

no setter
parent WindowProxy

Available on Window, provided by the Window$Typings extension

Refers to either the parent WindowProxy, or itself.
no setter
personalbar BarProp

Available on Window, provided by the Window$Typings extension

Returns true if the personal bar is visible; otherwise, returns false.
no setter
postMessage → ({void Function([dynamic message, WindowPostMessageOptions? options]) $1, void Function(dynamic message, String targetOrigin, [List<Object>? transfer]) $2})

Available on Window, provided by the Window$Typings extension

Overload accessor: $1, $2
no setter
print ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
prompt String? Function([String?, String?])

Available on Window, provided by the Window$Typings extension

getter/setter pair
releaseEvents ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
removeEventListener → ({void Function<K$>(WindowEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on Window, provided by the Window$Typings extension

Overload accessor: $1, $2
no setter
requestIdleCallback num Function(IdleRequestCallback, [IdleRequestOptions?])

Available on Window, provided by the Window$Typings extension

getter/setter pair
resizeBy ↔ void Function(num, num)

Available on Window, provided by the Window$Typings extension

getter/setter pair
resizeTo ↔ void Function(num, num)

Available on Window, provided by the Window$Typings extension

getter/setter pair
screen Screen

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
screenLeft num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
screenTop num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
screenX num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
screenY num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
scroll → ({void Function([ScrollToOptions? options]) $1, void Function(num x, num y) $2})

Available on Window, provided by the Window$Typings extension

Overload accessor: $1, $2
no setter
scrollbars BarProp

Available on Window, provided by the Window$Typings extension

Returns true if the scrollbars are visible; otherwise, returns false.
no setter
scrollBy → ({void Function([ScrollToOptions? options]) $1, void Function(num x, num y) $2})

Available on Window, provided by the Window$Typings extension

Overload accessor: $1, $2
no setter
scrollTo → ({void Function([ScrollToOptions? options]) $1, void Function(num x, num y) $2})

Available on Window, provided by the Window$Typings extension

Overload accessor: $1, $2
no setter
scrollX num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
scrollY num

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
self → _Intersection2

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
speechSynthesis SpeechSynthesis

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
status String

Available on Window, provided by the Window$Typings extension

@deprecated
getter/setter pair
statusbar BarProp

Available on Window, provided by the Window$Typings extension

Returns true if the status bar is visible; otherwise, returns false.
no setter
stop ↔ void Function()

Available on Window, provided by the Window$Typings extension

getter/setter pair
toolbar BarProp

Available on Window, provided by the Window$Typings extension

Returns true if the toolbar is visible; otherwise, returns false.
no setter
top WindowProxy?

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
visualViewport VisualViewport?

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter
window → _Intersection3

Available on Window, provided by the Window$Typings extension

MDN Reference
no setter

Operators

operator [](num index) Window

Available on Window, provided by the Window$Typings extension

operator []=(num index, Window value) → void

Available on Window, provided by the Window$Typings extension